Update logo on hero banner.

This commit is contained in:
Lucid Kobold
2024-03-11 18:24:06 -04:00
parent 408ec04a58
commit b425c6a226

View File

@@ -68,7 +68,7 @@ const WhatIMakeBanner = (): JSX.Element => {
</HStack>
<HStack spacing="4">
<Text fontSize="5xl">
<Icon icon="ic:baseline-telegram" />
<Icon icon="mdi:youtube" />
</Text>
<BrandText type="Text" size="xl" text={"LucidKobold"} />
</HStack>