change SMFooter to SMPageFooter
This commit is contained in:
@@ -80,7 +80,7 @@ import SMSocialIcons from "../components/SMSocialIcons.vue";
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.footer {
|
||||
.page-footer {
|
||||
flex: 0;
|
||||
align-items: center;
|
||||
font-size: 80%;
|
||||
@@ -8,7 +8,7 @@
|
||||
</router-view>
|
||||
</main>
|
||||
<footer>
|
||||
<SMFooter />
|
||||
<SMPageFooter />
|
||||
</footer>
|
||||
<SMToastList />
|
||||
<SMDialogList />
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import SMNavbar from "../components/SMNavbar.vue";
|
||||
import SMFooter from "../components/SMFooter.vue";
|
||||
import SMPageFooter from "../components/SMPageFooter.vue";
|
||||
import SMToastList from "../components/SMToastList.vue";
|
||||
import SMDialogList from "../components/SMDialog";
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user