Skip to content

Commit 3b24fce

Browse files
committed
minor #3220 [Site][minor] fix upson logo & url (smnandre)
This PR was merged into the 2.x branch. Discussion ---------- [Site][minor] fix upson logo & url | Q | A | -------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT Changed "platform.sh" name in footer into Upsun Commits ------- 0feca0d [minor] fix upson logo & url
2 parents 2169e0c + 0feca0d commit 3b24fce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ux.symfony.com/templates/_footer.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
<span class="d-block d-md-inline">
3939
hosted with
4040
<span style="font-weight: 700;">
41-
<a href="https://platform.sh"
42-
rel="external noopener noreferrer"
41+
<a href="https://upsun.com"
42+
rel="external"
4343
style="font-weight: 700;"
44-
>Platform.sh</a>
44+
>Upsun</a>
4545
</span>
4646
</span>
4747
</p>

0 commit comments

Comments
 (0)