Skip to content

Commit

Permalink
fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mattia-m committed Jun 2, 2024
1 parent c10fb8d commit adee2f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/about.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<script setup lang="ts">
const credits = [
{ name: 'Nuxt', description: 'Framework, Design kit', source: '_nuxt/public/credits/nuxt.svg', href: 'https://nuxt.com', bgColor: 'bg-green-100', borderColor: 'border-green-300' },
{ name: 'Tailwind', description: 'Tailwind CSS, Tailwind UI', source: '_nuxt/public/credits/tailwindcss.svg', href: 'https://tailwindcss.com', bgColor: 'bg-blue-100', borderColor: 'border-blue-300' },
{ name: 'SVG Repo', description: 'SVGs', source: '_nuxt/public/credits/svg-repo.svg', href: 'https://www.svgrepo.com', bgColor: 'bg-blue-100', borderColor: 'border-blue-300' },
{ name: 'Zitadel', description: 'OIDC, OAuth2.0, Design Kit', source: '_nuxt/public/credits/zitadel-dark.svg', href: 'https://zitadel.com', bgColor: 'bg-pink-100', borderColor: 'border-pink-300' },
{ name: 'Nuxt', description: 'Framework, Design kit', source: '~/public/credits/nuxt.svg', href: 'https://nuxt.com', bgColor: 'bg-green-100', borderColor: 'border-green-300' },
{ name: 'Tailwind', description: 'Tailwind CSS, Tailwind UI', source: '~/public/credits/tailwindcss.svg', href: 'https://tailwindcss.com', bgColor: 'bg-blue-100', borderColor: 'border-blue-300' },
{ name: 'SVG Repo', description: 'SVGs', source: '~/public/credits/svg-repo.svg', href: 'https://www.svgrepo.com', bgColor: 'bg-blue-100', borderColor: 'border-blue-300' },
{ name: 'Zitadel', description: 'OIDC, OAuth2.0, Design Kit', source: '~/public/credits/zitadel-dark.svg', href: 'https://zitadel.com', bgColor: 'bg-pink-100', borderColor: 'border-pink-300' },
]
</script>
Expand Down

0 comments on commit adee2f4

Please sign in to comment.