Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
feat: remove grant program banner
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Dec 6, 2023
1 parent d6f5289 commit 490184b
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions packages/frontend/src/components/Content.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { Alert, Button, Result, Space, Typography } from 'antd'
import { Result, Space } from 'antd'

import logo from '/logo.svg'
import { INFO } from '../constants/wordings'

const { Text } = Typography

interface Props {
children: React.ReactNode
Expand All @@ -12,28 +9,6 @@ interface Props {
const Content = ({ children }: Props) => {
return (
<Space direction="vertical">
<Alert
message={
<Space direction="vertical" size={0}>
<Text>{INFO.JOIN_BUILDERS_PROGRAM}</Text>
<Text>
<Space>
👉
<Button
href="https://builders.toposware.com/topos-builders-program-v1-0"
target="_blank"
type="link"
style={{ paddingLeft: '0.2rem', paddingRight: '0.2rem' }}
>
{INFO.BUILDERS_PROGRAM}
</Button>
</Space>
</Text>
</Space>
}
banner
type="info"
/>
<Result
title="Topos Faucet"
subTitle={
Expand Down

0 comments on commit 490184b

Please sign in to comment.