Update footer contact information and refactor button component template for cleaner syntax

This commit is contained in:
Bastian Masanek
2025-10-30 09:14:16 +01:00
parent 243ff2e91f
commit eaa53cbebb
3 changed files with 3 additions and 7 deletions

View File

@@ -41,7 +41,7 @@ const currentYear = new Date().getFullYear()
<!-- Contact Column -->
<div class="footer-section">
<h3>Kontakt</h3>
<p>experimenta gGmbH<br />Kranenstraße 14<br />74072 Heilbronn</p>
<p>experimenta gGmbH<br />Experimenta-Platz<br />74072 Heilbronn</p>
<p>
<a href="mailto:info@experimenta.science" class="footer-link">info@experimenta.science</a>
</p>

View File

@@ -18,11 +18,7 @@ const props = withDefaults(defineProps<Props>(), {
</script>
<template>
<Primitive
:as="as"
:as-child="asChild"
:class="cn(buttonVariants({ variant, size }), props.class)"
>
<Primitive :as="as" :as-child="asChild" :class="cn(buttonVariants({ variant, size }), props.class)">
<slot />
</Primitive>
</template>
</template>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 MiB