Skip to content

Commit

Permalink
logo test 2 electric boogaloo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tricks1228 committed Feb 13, 2025
1 parent 2172913 commit 62195dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 254 deletions.
2 changes: 0 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import { useQRScoutState } from '@/store/store';
import { Heart } from 'lucide-react';
import { Logo } from './Logo';

export function Footer() {
const teamNumber = useQRScoutState(state => state.formData.teamNumber);
return (
<footer>
<div className="mt-8 flex flex-col items-center justify-center p-2 gap-2">
<div className="h-24 w-96">
<Logo />
</div>
{teamNumber !== 2713 && (
<>
Expand Down
252 changes: 0 additions & 252 deletions src/components/Logo.tsx

This file was deleted.

0 comments on commit 62195dd

Please sign in to comment.