Made the logo a link

Signed-off-by: Alex Stan <alex.stan.2010@proton.me>

fixed a merge conflict
This commit is contained in:
Alex Stan 2024-06-01 16:15:38 +03:00
parent 42baa432ad
commit 3282da41ed

View file

@ -32,6 +32,7 @@ export default function Example() {
/>
</div>
<div style={{ display:"flex", alignItems: 'center', justifyContent: 'center', paddingTop:'40px'}}><img className="flex" src="/logo-no-background.png" height="auto" width="40%" style={{ alignSelf: 'center'}}></img></div>
<div style={{ display:"flex", alignItems: 'center', justifyContent: 'center'}}><a href="/"><img src="/logo-no-background.png" height="auto" width="40%"/></a></div>
<div className="mx-auto max-w-7xl px-6 lg:px-8">
{ cards.map((elem) => {
return (<TopicCard title={elem[0]} link={elem[2]}>{elem[1]}</TopicCard>)