Skip to content

Commit

Permalink
feat: change link
Browse files Browse the repository at this point in the history
  • Loading branch information
IloveNooodles committed Aug 19, 2022
1 parent 64b99ce commit 2b76077
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/layout/BaseLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const BaseLayout: React.FC<BaseProps> = (props) => {
>
<Link
className="h-full min-w-max mr-3 flex items-center"
to="https://katitb22.com/"
to="/"
>
<img
className="h-[75%] md:h-[90%]"
Expand Down Expand Up @@ -225,10 +225,7 @@ const BaseLayout: React.FC<BaseProps> = (props) => {
py={4}
>
<div className="h-[80%] md:h-full flex flex-col justify-center">
<Link
className="h-[40%] flex justify-center"
to="https://katitb22.com/"
>
<Link className="h-[40%] flex justify-center" to="/">
<img
className="w-[120px]"
src={LogoTextRight}
Expand Down

0 comments on commit 2b76077

Please sign in to comment.