Browse Source

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

main
Bastian Masanek 2 months ago
parent
commit
eaa53cbebb
  1. 2
      app/components/CommonFooter.vue
  2. 8
      app/components/ui/button/Button.vue
  3. BIN
      docs/styleguides/JM experimenta Styleguide CSS 210413@2x.png

2
app/components/CommonFooter.vue

@ -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>

8
app/components/ui/button/Button.vue

@ -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>

BIN
docs/styleguides/JM experimenta Styleguide CSS 210413@2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 MiB

Loading…
Cancel
Save