parent
d5ef383999
commit
23d25433fa
After Width: | Height: | Size: 584 B |
@ -1,26 +0,0 @@
|
|||||||
<template>
|
|
||||||
<footer>
|
|
||||||
<ButtonTwoTone :iconClass="'settings'" :color="'grey'">
|
|
||||||
{{ $t("footer.settings") }}
|
|
||||||
</ButtonTwoTone>
|
|
||||||
</footer>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
import ButtonTwoTone from "@/components/ButtonTwoTone.vue";
|
|
||||||
|
|
||||||
export default {
|
|
||||||
name: "Footer",
|
|
||||||
components: {
|
|
||||||
ButtonTwoTone,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
footer {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
margin-top: 48px;
|
|
||||||
}
|
|
||||||
</style>
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue