Skip to content

Commit

Permalink
chore: frontend workflows test
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinkr committed Aug 12, 2024
1 parent 9cc45c2 commit a5a363f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/_common/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function Header() {
<header css={s_header}>
<div css={s_logoContainer}>
<Logo width={36} height={36} />
<h1 css={s_title}>momo</h1>
<h1 css={s_title}>momo-최현웅</h1>
</div>
{uuid ? (
<Button variant="primary" size="m" onClick={handleAuthButtonClick}>
Expand Down

0 comments on commit a5a363f

Please sign in to comment.