Skip to content

Commit

Permalink
Merge pull request #27 from acm-ucr/stormyy00/header
Browse files Browse the repository at this point in the history
made header
  • Loading branch information
shahdivyank authored Oct 29, 2024
2 parents 3484921 + d2b1de7 commit 872f806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/form/[role]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Page = ({ params }: props) => {
const { title, description } = roles(role);

return (
<div className="flex flex-col items-center justify-center">
<div className="flex flex-col items-center justify-center gap-2">
<p className="text-2xl font-bold text-starlight-blue">{title}</p>
<p>{description}</p>

Expand Down

0 comments on commit 872f806

Please sign in to comment.