Skip to content

Commit

Permalink
lint error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jul 8, 2024
1 parent 92229c9 commit e1d1a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/components/TabbedPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function TabbedPage({
return (
<SWRConfig value={{ fetcher: fetchMegateamsApi }}>
<div className="h-full flex flex-col text-black dark:text-neutral-200">
<div className="flex flex-row py-4 px-6 items-center justify-center justify-evenly">
<div className="flex flex-row py-4 px-6 items-center justify-center">
<object data="/logo.svg" type="image/svg+xml" className="w-16 h-16">
<img src="/logo.png" alt="DurHack Logo" />
</object>
Expand Down

0 comments on commit e1d1a6a

Please sign in to comment.