Skip to content

Commit

Permalink
changed to aviation
Browse files Browse the repository at this point in the history
  • Loading branch information
stcalica committed May 17, 2024
1 parent 18659d5 commit ba2b92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/FormsPage/Main/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type MainProps = {};
const Main = ({}: MainProps) => (
<div className="py-20">
<div className="text-center text-h1 mb-16">Important Forms</div>
<a href="/forms/19-673.pdf" target="_" className="text-center text-h4 mb-16"><h3>Activity Permissions Form</h3></a>
<a href="/forms/19-673.pdf" target="_" className="text-center text-h4 mb-16"><h3>Aviation Permissions Form</h3></a>
</div>
);

Expand Down

0 comments on commit ba2b92d

Please sign in to comment.