1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-29 18:49:53 +03:00

/about: Replace repo link with website link (#328)

A some sort of UX change. Repository link will be still accessible from
the website.
This commit is contained in:
Macintxsh 2024-08-24 18:50:32 +03:00 committed by GitHub
parent d1133124b8
commit afd0141c13
Signed by: GitHub
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 9 deletions

View file

@ -106,9 +106,9 @@ public sealed class AboutCommandGroup : CommandGroup
var repositoryButton = new ButtonComponent(
ButtonComponentStyle.Link,
Messages.ButtonOpenRepository,
Messages.ButtonOpenWebsite,
new PartialEmoji(Name: "\ud83c\udf10"), // 'GLOBE WITH MERIDIANS' (U+1F310)
URL: BuildInfo.RepositoryUrl
URL: BuildInfo.WebsiteUrl
);
var wikiButton = new ButtonComponent(