Skip to content

Commit

Permalink
Technologies bar reworked.
Browse files Browse the repository at this point in the history
  • Loading branch information
wzgliniecki committed Jan 27, 2025
1 parent 011e32c commit daf977b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TechnologiesBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { TECHNOLOGIES as allTechnologies } from "../constants.js";
import IconWrapper from "../components/IconWrapper.astro";
---

<div class="flex max-h-10 justify-center bg-main dark:bg-mainAccent">
<div class="flex flex-wrap justify-center gap-4 max-w-full">
{
allTechnologies
.filter((technology) =>
Expand Down

0 comments on commit daf977b

Please sign in to comment.