Skip to content

Commit

Permalink
chore: #11 tipbox -> tipcard로 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
leeminhee119 committed Jul 18, 2024
1 parent 09b20e7 commit 7dc286c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import { css } from "@emotion/react";
import { Typography } from "@/component/common/typography";
import { DESIGN_SYSTEM_COLOR } from "@/style/variable";

type TipBoxProps = {
type TipCardProps = {
message: string;
};

export function TipBox({ message }: TipBoxProps) {
export function TipCard({ message }: TipCardProps) {
return (
<div
css={css`
Expand Down

0 comments on commit 7dc286c

Please sign in to comment.