Skip to content

Commit

Permalink
fixup to the schedule button
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed May 22, 2024
1 parent 216817e commit 6b9c0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/node/stanford-person/libcal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const LibCal = ({libcalId, srText}: { libcalId?: number, srText: string }) => {
return (
<>
{libcalId &&
<Link href={`/calendar/${libcalId}`} className="button w-fit" aria-haspopup="dialog">
<Link href={`/calendar/${libcalId}`} className="button w-fit text-16 md:text-18" aria-haspopup="dialog">
Schedule an appointment<span className="sr-only">&nbsp;for {srText}</span>
</Link>
}
Expand Down

0 comments on commit 6b9c0ea

Please sign in to comment.