mirror of
https://github.com/symfony/ai.git
synced 2026-03-23 23:42:18 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user