Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Jul 4, 2024
2 parents f9549e4 + c2c67ab commit 8324ecc
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion client/src/layout/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ export default function MainFooter() {
</ul>
<Title
as="h3"
className={cn('fr-footer__top-cat', 'fr-mt-2w', 'text-left')}
className={cn(
'fr-footer__top-cat',
'fr-mt-2w',
'text-left',
)}
>
Communication
</Title>
Expand All @@ -67,6 +71,17 @@ export default function MainFooter() {
Poster
</Link>
</li>
<li>
<Link
className="fr-footer__top-link"
href="https://www.youtube.com/watch?v=zkLFj5Wnsy0"
icon="play-circle-fill"
iconPosition="left"
target="_blank"
>
Tutorial
</Link>
</li>
</ul>
</div>
</Row>
Expand Down

0 comments on commit 8324ecc

Please sign in to comment.