Skip to content

Commit

Permalink
Merge pull request #44 from xp-bot/development
Browse files Browse the repository at this point in the history
feat(servers): remove export mask
  • Loading branch information
ConnysCode authored Sep 30, 2023
2 parents 940e0a4 + b515c72 commit a6566da
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# NEXT_PUBLIC_BACKEND_DOMAIN=https://api.xp-bot.net
NEXT_PUBLIC_BACKEND_DOMAIN=http://localhost:3300
NEXT_PUBLIC_BACKEND_DOMAIN=https://api.xp-bot.net
# NEXT_PUBLIC_BACKEND_DOMAIN=http://localhost:3300
NEXT_PUBLIC_FLAGS_ENVIRONMENT_KEY=flags_pub_development_349193885386277458
4 changes: 2 additions & 2 deletions page-tabs/server-tabs/server-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ const ServerTabSettings: FC<ServerTabSettingsProps> = () => {
]}
/>
</div>
<div>
{/* <div>
<PageTitle
disableArrow
tooltipText="Export and Import your Server Data. You can also export server's data, and import it to another server."
Expand All @@ -256,7 +256,7 @@ const ServerTabSettings: FC<ServerTabSettingsProps> = () => {
]}
/>
</div>
</div>
</div> */}
</div>
</div>
<Modal
Expand Down
14 changes: 7 additions & 7 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ const highlights: {
"XP is the perfect tool to get your users to spend more time on your Community.",
image: "https://qwq.sh/b5ymys",
},
{
title: "Keep it confined",
description:
"Are you planning on running an event confined to a couple of channels or have a channel you'd like to ignore? No problem, just ignore it!",
image: "https://qwq.sh/fyyaqs",
imageRight: true,
},
// {
// title: "Keep it confined",
// description:
// "Are you planning on running an event confined to a couple of channels or have a channel you'd like to ignore? No problem, just ignore it!",
// image: "https://qwq.sh/fyyaqs",
// imageRight: true,
// },
{
title: "Designed to be free. Forever.",
description:
Expand Down

0 comments on commit a6566da

Please sign in to comment.