new notifications design

This commit is contained in:
2023-08-02 18:27:29 +01:00
parent 2adce0ead1
commit f968299f4d
17 changed files with 327 additions and 44 deletions

View File

@ -42,7 +42,6 @@ export default function RevealMedia(props: RevealMediaProps) {
case "avi":
case "m4v":
case "webm":
case "m3u8":
return "video";
default:
return "unknown";