Skip to content

Commit

Permalink
update twitter and telegram links please push
Browse files Browse the repository at this point in the history
  • Loading branch information
degenhouse committed Apr 19, 2022
1 parent a21868a commit 6860a36
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions dist/index.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -6386,7 +6386,7 @@ var sortDataInOrder = function (data, columns) {
};
var makeRender = function (
// eslint-disable-next-line
value,
value,
// eslint-disable-next-line @typescript-eslint/no-explicit-any
render, row) {
return render ? function () { return render({ row: row, value: value }); } : function () { return value; };
Expand Down Expand Up @@ -7797,7 +7797,7 @@ var socials = [
{
label: "Discord",
icon: "DiscordIcon",
href: "https://discord.com/invite/degenhaus",
href: "https://discord.com/invite/A5xJBb8CV6",
},
{
label: "Telegram",
Expand All @@ -7807,7 +7807,7 @@ var socials = [
{
label: "Twitter",
icon: "TwitterIcon",
href: "https://twitter.com/HouseDegen",
href: "https://twitter.com/Next_GenFinance",
},
{
label: "Github",
Expand Down Expand Up @@ -7984,7 +7984,7 @@ var SocialLinks$1 = React__default['default'].memo(SocialLinks, function () { re
var LangSelector = function (_a) {
var currentLang = _a.currentLang, langs = _a.langs, setLang = _a.setLang;
return (React__default['default'].createElement(Dropdown, { position: "top-right", target: React__default['default'].createElement(Button, { variant: "text", startIcon: React__default['default'].createElement(Icon$1v, { color: "textSubtle", width: "24px" }) },
React__default['default'].createElement(Text, { color: "textSubtle" }, currentLang === null || currentLang === void 0 ? void 0 : currentLang.toUpperCase())) }, langs.map(function (lang) { return (React__default['default'].createElement(MenuButton, { key: lang.locale, fullWidth: true, onClick: function () { return setLang(lang); },
React__default['default'].createElement(Text, { color: "textSubtle" }, currentLang === null || currentLang === void 0 ? void 0 : currentLang.toUpperCase())) }, langs.map(function (lang) { return (React__default['default'].createElement(MenuButton, { key: lang.locale, fullWidth: true, onClick: function () { return setLang(lang); },
// Safari fix
style: { minHeight: "32px", height: "auto" } }, lang.language)); })));
};
Expand Down
4 changes: 2 additions & 2 deletions dist/index.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -7783,7 +7783,7 @@ var socials = [
{
label: "Discord",
icon: "DiscordIcon",
href: "https://discord.com/invite/degenhaus",
href: "https://discord.com/invite/A5xJBb8CV6",
},
{
label: "Telegram",
Expand All @@ -7793,7 +7793,7 @@ var socials = [
{
label: "Twitter",
icon: "TwitterIcon",
href: "https://twitter.com/HouseDegen",
href: "https://twitter.com/Next_GenFinance",
},
{
label: "Github",
Expand Down
6 changes: 3 additions & 3 deletions src/widgets/Menu/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,17 +143,17 @@ export const socials = [
{
label: "Discord",
icon: "DiscordIcon",
href: "https://discord.com/invite/degenhaus",
href: "https://discord.com/invite/A5xJBb8CV6",
},
{
label: "Telegram",
icon: "TelegramIcon",
href: "https://t.me/DegenHouse"
href: "https://t.me/NextGEN_Finance"
},
{
label: "Twitter",
icon: "TwitterIcon",
href: "https://twitter.com/HouseDegen",
href: "https://twitter.com/Next_GenFinance",
},
{
label: "Github",
Expand Down

0 comments on commit 6860a36

Please sign in to comment.