Skip to content

Commit

Permalink
removes link in project structure dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
agnlez committed Oct 23, 2024
1 parent 2046bb2 commit b9c26bf
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/containers/about/description/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import Image from 'next/image';

import { HiOutlineExternalLink } from 'react-icons/hi';

import DiscoverMoreButton from '@/components/discover-more-button';
import {
Dialog,
Expand Down Expand Up @@ -62,18 +60,6 @@ export default function AboutDescription() {
WP4 supports the creation of impact via the broad communication, dissemination,
and exploitation of more4nature results to specific target audiences.
</p>
<p>
To discover more about EU research results,{' '}
<a
href="https://cordis.europa.eu/"
rel="noopener noreferrer"
target="_blank"
className="inline-flex space-x-2"
>
<span className="underline">visit CORDIS</span>
<HiOutlineExternalLink className="h-[20px] w-[20px] shrink-0" />
</a>
</p>
</DialogDescription>
</DialogHeader>
</DialogContent>
Expand Down

0 comments on commit b9c26bf

Please sign in to comment.