Skip to content

Commit

Permalink
Update LeftFooterGrid.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
LuaanNguyen committed Aug 5, 2024
1 parent 7efe31f commit 9e5f35e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer/LeftFooterGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ export function LeftFooterGrid() {
return (
<section className="col-span-2 max-md:col-span-2 max-md:p-2">
<div className="flex flex-col max-md:flex-row justify-between h-full">
<div className="flex gap-3 items-center max-sm:flex-row max-sm:items-center max-sm:hidden">
<div className="flex gap-4 items-center max-sm:flex-row max-sm:items-center max-sm:hidden">
<img src="/logo/soda-logo-white.png" className="w-6" />
<span className="text-soda-gray">THESODA.IO - Since 2017</span>
<span className="text-soda-gray">THESODA.IO - Since 2008</span>
</div>
</div>
</section>
Expand Down

0 comments on commit 9e5f35e

Please sign in to comment.