Skip to content

Commit

Permalink
removed footer byline from the wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
sdl60660 committed Dec 29, 2024
1 parent 21b9a3b commit 6c39ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const Footer = (props) => {
<div className="container footer">
<hr />
<section>
<p style={{ fontWeight: 'bold' }}>
{/* <p style={{ fontWeight: 'bold' }}>
Project by{' '}
<a
target="_blank"
Expand Down Expand Up @@ -68,7 +68,7 @@ const Footer = (props) => {
alt="letterboxd link"
/>
</a>
</p>
</p> */}
<script src="https://storage.ko-fi.com/cdn/scripts/overlay-widget.js"></script>

<div className="btn-container">
Expand Down

0 comments on commit 6c39ebb

Please sign in to comment.