Skip to content

Commit

Permalink
chore(web/src): remove final lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm committed Jul 29, 2024
1 parent b638311 commit 54e162d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web/src/components/media/Media.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ export default function Media() {
</ActionIcon>
</div>
);
}
}
2 changes: 1 addition & 1 deletion web/src/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
text-transform: uppercase;
text-align: center;
filter: drop-shadow(1px 1px 2px #000);
}
}
3 changes: 1 addition & 2 deletions web/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
<App />
</MantineProvider>
</React.StrictMode>
);

);

0 comments on commit 54e162d

Please sign in to comment.