mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 09:32:50 +00:00
feat: add user event log to admin page
This commit is contained in:
@@ -43,7 +43,7 @@ export class ClipPlayerControl extends React.Component<IProps, IState> {
|
||||
|
||||
return (
|
||||
this.checkExtension(sound.extension) && (
|
||||
<div className="flex flex--v-center">
|
||||
<div className="flex flex--center">
|
||||
<a
|
||||
href={`/public/${type.toLowerCase()}/` + sound.name + '.' + sound.extension}
|
||||
download
|
||||
|
||||
Reference in New Issue
Block a user