Skip to content

Commit

Permalink
merged with accessibility touchup branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Aug 29, 2024
2 parents c4b4a22 + d52de72 commit d3e21e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Campuses.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Campuses = ({ campus, onclick }: CampusesProps) => {
</div>
<div className='address text-start small'>
4000 Central Florida Blvd. Orlando, Florida, 32816 |
<a className='text-white' href='tel:4078232000'> 407.823.2000</a>
<a className='text-white' href='tel:4078232000'>407.823.2000</a>
</div>
</div>
);
Expand Down

0 comments on commit d3e21e8

Please sign in to comment.