Change CSS classname convention

This commit is contained in:
2020-10-28 18:11:03 +01:00
parent 947b0d3277
commit b3bcedbc44
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<template>
<svg
class="BrandLogo w-24 md:w-40"
class="brand-logo w-24 md:w-40"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 230 230"
@@ -199,7 +199,7 @@
</template>
<style>
.BrandLogo {
.brand-logo {
animation: 1s appear;
margin: auto;
}