Skip to content

Commit

Permalink
🎀 Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
dysbulic committed Jun 25, 2024
2 parents c433442 + 2c516e6 commit 70fa330
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 229 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"githubPullRequests.ignoredPullRequestBranches": [
"develop"
]
}
5 changes: 0 additions & 5 deletions packages/discord-bot/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ interface IConfig {
discordBotClientSecret: string;
sourceCredLedgerBranch: string;
discordApiBaseUrl: string;
discourseInstanceUrl: string;
botName: string;
}

Expand Down Expand Up @@ -55,9 +54,5 @@ export const CONFIG: IConfig = {
process.env.DISCORD_API_BASE_URL,
'https://discord.com/api/v8',
),
discourseInstanceUrl: parseEnv(
process.env.DISCOURSE_INSTANCE_URL,
'https://forum.metagame.wtf',
),
botName: 'MetaGameBot',
};
164 changes: 0 additions & 164 deletions packages/discord-bot/src/discord/commands/addAlias.ts

This file was deleted.

Binary file added packages/web/assets/academy/metamodernist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/web/components/ConnectToProgress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const ConnectToProgress: React.FC<{
With an{' '}
<MetaLink
isExternal
href="https://wiki.metagame.wtf/docs/great-houses/house-of-ethereum"
href="https://metagame.wtf/academy/wtf-is-ethereum"
color="pink.400"
textDecor="underline"
>
Expand Down
13 changes: 0 additions & 13 deletions packages/web/components/Guild/GuildTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,6 @@ export const GuildTile: React.FC<Props> = ({ guild }) => (
)}
</VStack>
</Flex>

<Box>
<Flex justifyContent="space-between">
<VStack spacing={1} align="stretch">
<Text textStyle="caption">Barrier of Entry</Text>
<Text fontStyle="italic">Coming soon…</Text>
</VStack>
<VStack spacing={1} align="stretch">
<Text textStyle="caption">Contact</Text>
<GuildLinksSmall {...{ guild }} />
</VStack>
</Flex>
</Box>
</MetaTileBody>
</MetaTile>
</Link>
Expand Down
13 changes: 2 additions & 11 deletions packages/web/pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,20 +98,11 @@ const Custom404: FC = () => {
<Box pt={5}>
<MetaSecondaryButton
width={{ base: '100%', md: '50%', lg: '25%', xl: '25%' }}
onClick={() => router.push('/learn/wiki')}
onClick={() => router.push('/academy')}
>
Wiki
dAcademy
</MetaSecondaryButton>
</Box>
<Box pt={5}>
<Link href="https://forum.metagame.wtf">
<MetaSecondaryButton
width={{ base: '100%', md: '50%', lg: '25%', xl: '25%' }}
>
Forum
</MetaSecondaryButton>
</Link>
</Box>
<Box pt={5}>
<Link href="https://chat.metagame.wtf">
<MetaSecondaryButton
Expand Down
4 changes: 2 additions & 2 deletions packages/web/pages/academy/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const AcademyPage: React.FC = () => {
return (
<PageContainer>
<HeadComponent
title="Academy"
title="dAcademy"
description="MetaGame is a Massive Online Coordination Game! The Academy is full of Paths and Playbooks to help you find your way and level up in MetaGame & life."
url="https://metagame.wtf/academy"
/>
Expand All @@ -64,7 +64,7 @@ const AcademyPage: React.FC = () => {
textAlign="center"
w={{ base: 'full', xl: ' full' }}
>
The Academy
dAcademy
</Heading>
<Text
fontSize={{ base: 'md', '2xl': 'xl' }}
Expand Down
Loading

0 comments on commit 70fa330

Please sign in to comment.