Social Links for Discord #795
therustymate
started this conversation in
Show and tell
Replies: 1 comment
-
Hopefully this helped the people who were struggling with setting up the Discord social link. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just realized that the Discord social link only redirects to
https://discord.com/app
.https://discord.com/users/{userid}
should display the user profile in Discord.I made my own two solutions for this.
First Method
Modify the card link in
/main/src/components/details-card/index.tsx
(this is just a simple solution):Result:

Second Method
Change the settings from
string
type tolist
type in/main/gitprofile.config.ts
:Change the file
/main/src/components/details-card/index.tsx
:Result:

Beta Was this translation helpful? Give feedback.
All reactions