fix: fix home and header nav not showing (#499)

This commit is contained in:
lostb1t
2025-02-08 17:48:05 +01:00
committed by GitHub
parent 364d2e8a51
commit ae9c30aa6d
3 changed files with 10 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ interface Props extends ViewProps {
background?: "blur" | "transparent";
}
export default function Chromecast({
export function Chromecast({
width = 48,
height = 48,
background = "transparent",