Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cremarco committed Aug 1, 2024
2 parents 0534326 + b2c141b commit 5a1a730
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ import { DropdownMenu } from "./ui/dropdown-menu";
<li>
<a
href="https://unimib-datai.github.io/mammotab-docs/"
class="block px-4 py-2 hover:text-mammotab"
class="flex justify-between items-center px-4 py-2 hover:text-mammotab"
>MammoTab <svg
xmlns="http://www.w3.org/2000/svg"
width="18"
height="18"
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
Expand All @@ -96,7 +96,7 @@ import { DropdownMenu } from "./ui/dropdown-menu";
<li>
<a
href="https://unimib-datai.github.io/s-elbat-docs/"
class="block px-4 py-2 hover:text-purple-400"
class="flex justify-between items-center px-4 py-2 hover:text-purple-400"
>s-elBat <svg
xmlns="http://www.w3.org/2000/svg"
width="18"
Expand All @@ -118,7 +118,7 @@ import { DropdownMenu } from "./ui/dropdown-menu";
<li>
<a
href="https://unimib-datai.github.io/mantistable-ui-docs/"
class="block px-4 py-2 hover:text-mantis"
class="flex justify-between items-center px-4 py-2 hover:text-mantis"
>MantisTable UI <svg
xmlns="http://www.w3.org/2000/svg"
width="18"
Expand All @@ -140,7 +140,7 @@ import { DropdownMenu } from "./ui/dropdown-menu";
<li>
<a
href="https://unimib-datai.github.io/steellm-docs/"
class="block px-4 py-2 hover:text-seellm"
class="flex justify-between items-center px-4 py-2 hover:text-seellm"
>stEELlm <svg
xmlns="http://www.w3.org/2000/svg"
width="18"
Expand Down

0 comments on commit 5a1a730

Please sign in to comment.