Update footer contact information and refactor button component template for cleaner syntax
This commit is contained in:
@@ -41,7 +41,7 @@ const currentYear = new Date().getFullYear()
|
|||||||
<!-- Contact Column -->
|
<!-- Contact Column -->
|
||||||
<div class="footer-section">
|
<div class="footer-section">
|
||||||
<h3>Kontakt</h3>
|
<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>
|
<p>
|
||||||
<a href="mailto:info@experimenta.science" class="footer-link">info@experimenta.science</a>
|
<a href="mailto:info@experimenta.science" class="footer-link">info@experimenta.science</a>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -18,11 +18,7 @@ const props = withDefaults(defineProps<Props>(), {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<Primitive
|
<Primitive :as="as" :as-child="asChild" :class="cn(buttonVariants({ variant, size }), props.class)">
|
||||||
:as="as"
|
|
||||||
:as-child="asChild"
|
|
||||||
:class="cn(buttonVariants({ variant, size }), props.class)"
|
|
||||||
>
|
|
||||||
<slot />
|
<slot />
|
||||||
</Primitive>
|
</Primitive>
|
||||||
</template>
|
</template>
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 9.3 MiB |
Reference in New Issue
Block a user