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

Commit

Permalink
Removed the dismissible alert
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubyt0x committed Jan 23, 2024
1 parent 8c7db10 commit 38a7419
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 81 deletions.

This file was deleted.

10 changes: 0 additions & 10 deletions packages/app/src/systems/Ecosystem/pages/Ecosystem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Box, Button, Heading, Input, Icon, Text } from '@fuel-ui/react';
import { useState } from 'react';
import { Layout, animations } from '~/systems/Core';

import DismissibleAlert from '../components/Alerts/DismissibleAlert';
import { EcosystemTags } from '../components/EcosystemTags';
import { FeaturedProjects } from '../components/FeaturedProjects';
import { ProjectList } from '../components/ProjectList/ProjectList';
Expand Down Expand Up @@ -73,15 +72,6 @@ export function Ecosystem() {
</Button>
</a>
</Box.Flex>
<Box
css={{
position: 'absolute',
bottom: '3%',
right: '1%',
}}
>
<DismissibleAlert description="To learn more about a project, click on the relative project card."></DismissibleAlert>
</Box>
<Box css={styles.divider}></Box>
{featuredProjects.length > 0 && (
<>
Expand Down

0 comments on commit 38a7419

Please sign in to comment.