Skip to content

Commit

Permalink
fix: test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed Jun 7, 2024
1 parent 93ecda6 commit db06b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Footer = () => {

return (
<footer>
<nav className=" fixed mx-[auto] bottom-0 w-[393px] xs:w-[378px] h-[87.02px] px-[25px] pt-[25px] pb-[35px] bg-white border-t border-stone-50 justify-between items-center inline-flex z-[15]">
<nav className=" fixed mx-[auto] bottom-0 w-[393px] h-[87.02px] px-[25px] pt-[25px] pb-[35px] bg-white border-t border-stone-50 justify-between items-center inline-flex z-[15]">
<Link href="/">
<div className=" h-[44.84px] flex-col justify-start items-center gap-2.5 inline-flex">
<div className="w-[22.06px] h-[21.82px] flex-col justify-center items-center">
Expand Down

0 comments on commit db06b5f

Please sign in to comment.