minor #1788 Fix broken GitHub link in website footer (OskarStark)

This PR was merged into the main branch.

Discussion
----------

 Fix broken GitHub link in website footer

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| Docs?         | no
| Issues        | --
| License       | MIT

Commits
-------

f66e717b Fix broken GitHub link in website footer
This commit is contained in:
Oskar Stark
2026-03-18 09:29:37 +01:00

View File

@@ -49,7 +49,7 @@
<a href="https://x.com/symfony" target="_blank" class="footer-meta text-decoration-none">
{{ ux_icon('simple-icons:x', {width: 16, height: 16, class: 'ms-1'}) }}
</a>
<a href="ttps://github.com/symfony/ai" target="_blank" class="footer-meta text-decoration-none">
<a href="https://github.com/symfony/ai" target="_blank" class="footer-meta text-decoration-none">
{{ ux_icon('simple-icons:github', {width: 16, height: 16, class: 'ms-1'}) }}
</a>
</div>