Skip to content

Commit

Permalink
๐Ÿ› fix: ๋กœ๊ทธ์ธ url ์ด๋™ ์‹œ ์ƒˆ๋กœ๊ณ ์นจ ๋˜๋„๋ก ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
baegyeong committed Nov 21, 2024
1 parent 0d2f0cb commit 377cedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const Login = () => {

export const LoginButton = ({ to, src, alt }: LoginButtonProps) => {
return (
<Link to={to} className="w-72">
<Link to={to} className="w-72" reloadDocument>
<img src={src} alt={alt} />
</Link>
);
Expand Down

0 comments on commit 377cedd

Please sign in to comment.