Made the logo a link
Signed-off-by: Alex Stan <alex.stan.2010@proton.me> fixed a merge conflict
This commit is contained in:
parent
42baa432ad
commit
3282da41ed
1 changed files with 1 additions and 0 deletions
|
@ -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>)
|
||||
|
|
Loading…
Reference in a new issue