Skip to content

Commit

Permalink
update the style
Browse files Browse the repository at this point in the history
  • Loading branch information
codomposer committed Dec 22, 2022
1 parent e059417 commit eb1f01f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/layouts/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function Footer() {
</li>
) : (
<li>
<p className='title'>2022 Funky LIamas</p>
<p className='title'>© 2022 Funky LIamas</p>
</li>
)}
{location.pathname === '/laze-loft' && (
Expand Down
2 changes: 1 addition & 1 deletion src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Router = () => {
const location = useLocation();
return (
<PageTransition
preset={'roomToBottom'}
preset={'moveToLeftUnfoldRight'}
transitionKey={location.pathname}
enterAnimation={''}
exitAnimation={''}
Expand Down
6 changes: 5 additions & 1 deletion src/styles/mixin/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,9 @@ footer {
gap: 20px;
justify-content: center;
align-items: center;

p {
font-weight: 400;
}
a {
display: flex;
align-items: center;
Expand All @@ -299,6 +301,8 @@ footer {

svg {
fill: #585553;
width: 18px;
height: 18px;
}

&:hover {
Expand Down

0 comments on commit eb1f01f

Please sign in to comment.