Skip to content

Commit

Permalink
chore (typo): remove exclamation mark
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored May 12, 2024
1 parent 19de30f commit f484caf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const FridaySchedule = () => {
<div className={cn.event}>
<div className={clsx(cn.info)}>
<div className={clsx(cn.titleContainer)}>
<div className={clsx(cn.title)}>Dinner Served!</div>
<div className={clsx(cn.title)}>Dinner Served</div>
<div className={cn.location}>DBH 6011 (Patio)</div>
</div>
<div className={cn.time}>6:30 PM → 7:30 PM</div>
Expand Down

0 comments on commit f484caf

Please sign in to comment.