Skip to content

Commit

Permalink
fix erc img
Browse files Browse the repository at this point in the history
  • Loading branch information
mktip committed Apr 26, 2024
1 parent fda091b commit 0f96bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions observablehq.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tailwind.config = {
<a href="abstract"><h4><span>Abstract</span></h4></a>
<a href="team"><h4><span>Team</span></h4></a>
<a href="publications"><h4><span>Publications</span></h4></a>
<a href="news"><h4><span>News</span></h4></a>
<a href="news"><h4><span>News</span></h4></a>
</span>
</div>
</div>`,
Expand All @@ -58,7 +58,7 @@ tailwind.config = {
<span class="w-[80%]">
This project has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (grant agreement No 949587).
</span>
<img src="./_file/assets/erc_logo-150x150.8f2998a7.png" alt="ERC Logo" height="100" width="100"/>
<img src="./_file/assets/LOGO_ERC.4fe079ee.jpg" alt="ERC Logo" height="100" width="100"/>
</div>`,

// toc: true, // whether to show the table of contents
Expand Down

0 comments on commit 0f96bb6

Please sign in to comment.