diff --git a/frontend/packages/client/package.json b/frontend/packages/client/package.json index 6bb507d02..18ebeee99 100644 --- a/frontend/packages/client/package.json +++ b/frontend/packages/client/package.json @@ -18,13 +18,14 @@ "@tanstack/react-query": "4.3.3", "@tanstack/react-query-devtools": "4.3.3", "@trivago/prettier-plugin-sort-imports": "^3.3.0", - "buffer": "^6.0.3", "@types/jest": "^29.1.2", "@types/node": "^18.8.5", "@types/react": "^18.0.21", "@types/react-blockies": "^1.4.1", + "@types/react-copy-to-clipboard": "^5.0.4", "@types/react-dom": "^18.0.6", "@types/react-router-dom": "^5.3.3", + "buffer": "^6.0.3", "bulma": "0.9.3", "bulma-popover": "^1.1.1", "classnames": "^2.2.6", diff --git a/frontend/packages/client/src/App.sass b/frontend/packages/client/src/App.sass index f56712528..ce3a8efc7 100644 --- a/frontend/packages/client/src/App.sass +++ b/frontend/packages/client/src/App.sass @@ -1,4 +1,3 @@ -@import url('https://fonts.googleapis.com/css?family=DM+Sans:regular,bold,italic&subset=latin,latin-ext') @charset "utf-8" // Set brand colors diff --git a/frontend/packages/client/src/components/CommunityLinks.js b/frontend/packages/client/src/components/CommunityLinks.js index 33ccea87f..49965b589 100644 --- a/frontend/packages/client/src/components/CommunityLinks.js +++ b/frontend/packages/client/src/components/CommunityLinks.js @@ -8,9 +8,16 @@ export default function CommunityLinks({ discordUrl, githubUrl, } = {}) { + const showTitle = [ + instagramUrl, + twitterUrl, + websiteUrl, + discordUrl, + githubUrl, + ].every((val) => !!val); return (