Skip to content

Commit

Permalink
fix: Address linting issues with Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mizlan committed Oct 25, 2023
1 parent 1f3e45a commit 7b32b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import TLALogo from '../../img/tla-logo.svg';
import '../../styles/Footer.scss';

const Footer = function () {
const Footer = () => {
return (
<footer className="footer">
<a href="https://github.com/uclaacm/TeachLAFrontend" target="_blank" rel="noopener noreferrer">
Expand Down

0 comments on commit 7b32b9b

Please sign in to comment.