Skip to content

Commit

Permalink
🍱 add sea-eye to partners
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Jan 28, 2025
1 parent 7501fef commit 318cccc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/assets/logos/sea-eye.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/partners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
- name: Sanktionsfrei
slug: sanktionsfrei
logo: ./logos/sanktionsfrei.svg
- name: Sea-Eye
slug: sea-eye
logo: ./logos/sea-eye.svg
- name: SeaWatch
slug: seawatch
logo: ./logos/seawatch.svg
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const partners = await getCollection('partners')
<App questions={questions} client:only="vue">
<h2 class="text-lg mb-4">Unsere Partner*innen</h2>
<ul
class="partners grid grid-cols-2 md:grid-cols-4 lg:grid-cols-5 gap-4 md:gap-8"
class="partners grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-4 md:gap-8"
>
{
partners.map((partner) => (
Expand Down

0 comments on commit 318cccc

Please sign in to comment.