Skip to content

Commit

Permalink
Update src/widgets/expo-detail/ui/ExpoActionPanel/index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
happytaeyoon authored Nov 27, 2024
1 parent f329823 commit 2c55cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/expo-detail/ui/ExpoActionPanel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const ExpoActionPanel: React.FC<ExpoActionPanelProps> = () => {

<div className="h-fit max-w-[210px] space-y-[26px] rounded-sm border-1 border-solid border-gray-200 p-[18px] mobile:max-w-full mobile:border-none mobile:px-[16px]">
<p className="text-caption1 text-black mobile:hidden">
2024 AI광주미래교육박람회 {role}
2024 AI광주미래교육박람회
</p>
<div className="space-y-2">{getButtons()}</div>
</div>
Expand Down

0 comments on commit 2c55cd7

Please sign in to comment.