Skip to content

Commit

Permalink
copy html entity
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc23007 committed Nov 19, 2024
1 parent b4ddfab commit 848ae14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function Footer() {
<a href="/" className="d-flex align-items-center mb-3 link-body-emphasis text-decoration-none">
<img src={uconnLogo} alt="UConn Logo" className="d-inline-block h-auto" style={{ width: '300px' }} />
</a>
<p className="text-body-secondary">© 2024</p>
<p className="text-body-secondary">&copy; 2024</p>
</div>

<div className="col mb-3">
Expand Down Expand Up @@ -52,7 +52,7 @@ function Footer() {
</div>
</footer>
</div>
</div>
</div>
</>
);
}
Expand Down

0 comments on commit 848ae14

Please sign in to comment.