diff --git a/src/components/assets/sponsors/IDILogo.tsx b/src/components/assets/sponsors/IDILogo.tsx index e6ac5b0..9f2e736 100644 --- a/src/components/assets/sponsors/IDILogo.tsx +++ b/src/components/assets/sponsors/IDILogo.tsx @@ -20,12 +20,10 @@ function IDILogo({ > diff --git a/src/components/assets/sponsors/KiDLogo.tsx b/src/components/assets/sponsors/KiDLogo.tsx deleted file mode 100644 index 1ce2cb6..0000000 --- a/src/components/assets/sponsors/KiDLogo.tsx +++ /dev/null @@ -1,82 +0,0 @@ -import { cx } from '@/lib/utils'; - -function KiDLogo({ - className, - title, - ...rest -}: { - className?: string; - title: string; -}) { - return ( - - - - - - - - - - - - - - - - - - ); -} - -export { KiDLogo }; diff --git a/src/components/assets/sponsors/NexusLogo.tsx b/src/components/assets/sponsors/NexusLogo.tsx new file mode 100644 index 0000000..90945b6 --- /dev/null +++ b/src/components/assets/sponsors/NexusLogo.tsx @@ -0,0 +1,187 @@ +import { cx } from '@/lib/utils'; + +function NexusLogo({ + className, + title, + ...rest +}: { + className?: string; + title: string; +}) { + return ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); +} + +export { NexusLogo }; diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index f506cef..7ef176d 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -9,7 +9,7 @@ import { Github } from '@/components/assets/icons/Github'; import { Instagram } from '@/components/assets/icons/Instagram'; import { Slack } from '@/components/assets/icons/Slack'; import { IDILogo } from '@/components/assets/sponsors/IDILogo'; -import { KiDLogo } from '@/components/assets/sponsors/KiDLogo'; +import { NexusLogo } from '@/components/assets/sponsors/NexusLogo'; import { LogoLink } from '@/components/layout/LogoLink'; import { Nav } from '@/components/layout/Nav'; import { Button } from '@/components/ui/Button'; @@ -198,7 +198,7 @@ function Footer() { target='_blank' rel='noopener noreferrer' > - +