Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcgt committed Mar 20, 2024
1 parent 3fe8dae commit 88aae97
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/assets/components/FooterLinks.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Text, Container, ActionIcon, Group, rem } from '@mantine/core';
import { IconBrandTwitter, IconBrandYoutube, IconBrandInstagram } from '@tabler/icons-react';
import LeveticaLogo from './assets/levetica.png'
import classes from './FooterLinks.module.css';

const data = [
Expand Down Expand Up @@ -59,7 +58,6 @@ export function FooterLinks() {
<footer className={classes.footer}>
<Container className={classes.inner}>
<div className={classes.logo}>
<LeveticaLogo/>
<Text size="xs" c="dimmed" className={classes.description}>
Build fully functional accessible web applications faster than ever
</Text>
Expand Down

0 comments on commit 88aae97

Please sign in to comment.