Skip to content

Commit

Permalink
Update Footer.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
6km committed Jul 19, 2022
1 parent 20eb05b commit 530d783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/footer/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Link } from "react-router-dom";

const Footer = () => { return (
<footer className='app-footer'>
<footer className='app-footer text-center'>
<hr className='separater' />
<div className='flex justify-center items-center py-2'>
<Link to='/tech-stacks'>
Expand Down

0 comments on commit 530d783

Please sign in to comment.