Skip to content

Commit

Permalink
updated link and svg links (#2302)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsawali authored Jan 19, 2023
1 parent d6e1d71 commit 2e182a3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = {
className: 'header-link button_link',
},
{
href: 'https://t.me/tezostaquito',
href: 'https://discord.gg/JgvVdWV7BN',
position: 'right',
className: 'header-link header-discord-link',
'aria-label': 'Discord',
Expand Down Expand Up @@ -114,7 +114,7 @@ module.exports = {
},
{
label: 'Discord',
to: 'https://discord.gg/tURNUPwp',
to: 'https://discord.gg/JgvVdWV7BN',
},
{
label: 'Twitter',
Expand Down
4 changes: 3 additions & 1 deletion website/src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
--github-svg: url('../../static/img/githubSVG.svg') no-repeat;
--github-svg-reverse: url('../../static/img/github-svg-white.svg') no-repeat;
--telegram-svg: url('../../static/img/telegramSVG.svg') no-repeat;
--discord-svg: url('../../static/img/discord-mark-black.svg') no-repeat;
--brown-secondary: #975b19;
--background-black: #2e2e2e;
--brown-third: #885924;
Expand Down Expand Up @@ -80,6 +81,7 @@
--github-svg: url('../../static/img/github-svg-white.svg') no-repeat;
--github-svg-reverse: url('../../static/img/githubSVG.svg') no-repeat;
--telegram-svg: url('../../static/img/telegram-svg-white.svg') no-repeat;
--discord-svg: url('../../static/img/discord-mark-white.svg') no-repeat;
--ifm-background-color-secondary: var(--background-black);
--brown--fourth: rgb(211, 131, 43, 0.6);
--sidebar-text-color: (var(--white));
Expand Down Expand Up @@ -247,7 +249,7 @@ h2 {
}

.header-discord-link:before {
background: var(--telegram-svg);
background: var(--discord-svg);
content: '';
display: flex;
height: 24px;
Expand Down
1 change: 1 addition & 0 deletions website/static/img/discord-mark-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions website/static/img/discord-mark-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e182a3

Please sign in to comment.