chore: Hide install button and add download link for Zen Browser

This commit is contained in:
Mauro Balades
2024-08-16 10:34:46 +02:00
parent d343b53bba
commit b944861344

View File

@@ -19,8 +19,9 @@ export default function ThemePage({ theme }: { theme: ZenTheme }) {
)} )}
<hr className="mt-4" /> <hr className="mt-4" />
<Button <Button
className="mt-4" className="mt-4 hidden"
>Install Theme</Button> >Install Theme</Button>
<p className="text-muted-foreground text-sm mt-2">You need to have Zen Browser installed to install this theme. <a href="/download" className="text-blue-500">Download now!</a></p>
</div> </div>
</div> </div>
); );