Skip to content

Commit 425e193

Browse files
Updating docs
1 parent 459f01c commit 425e193

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

public/vue3-unicorn-log-social.jpg

102 KB
Loading
102 KB
Loading

src/components/CodeBlock.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050
<script setup lang="ts">
5151
import {
5252
computed,
53-
defineEmits,
54-
defineProps,
5553
onBeforeMount,
5654
ref,
5755
useSlots,

src/components/NavBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<nav class="navbar sticky-top navbar-expand-lg navbar-dark bg-dark mb-5">
33
<div class="container">
4-
<a class="navbar-brand" :href="links.docs">🦄 Vue UnicornLog</a>
4+
<a class="navbar-brand" :href="links.docs">🦄 Vue 3 UnicornLog</a>
55
<button
66
aria-controls="navbarSupportedContent"
77
aria-expanded="false"

src/components/UnicornLog.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<div class="row mb-4">
77
<div class="col-12 text-center">
88
<img
9-
alt="Vue 3 Unicorn Log by @WebDevNerdStuff"
9+
alt="Vue 3 UnicornLog by @WebDevNerdStuff"
1010
class="img-fluid unicorn-img"
1111
src="unicorn.svg"
1212
/>
1313
</div>
1414
</div>
1515
<div class="row mb-3">
1616
<div class="col-12 text-center">
17-
<h1 class="rainbow-text">Vue 3 Unicorn Log</h1>
17+
<h1 class="rainbow-text">Vue 3 UnicornLog</h1>
1818
</div>
1919
<div class="col-12 text-center">
2020
<span class="badge bg-secondary rounded-pill">{{ version }}</span>
@@ -193,7 +193,7 @@ const rainbowLinearGradient = `linear-gradient(to right,
193193
194194
function welcomeLog() {
195195
$unicornLog({
196-
text: 'Welcome to Vue 3 Unicorn Log... It\'s magical!',
196+
text: 'Welcome to Vue 3 UnicornLog... It\'s magical!',
197197
styles: [
198198
`background: ${rainbowLinearGradient}`,
199199
'color: #f7f7f7',

src/components/sections/FooterSection.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<div class="row mb-5">
33
<div class="col-12 text-center">
44
<img
5-
alt="Vue Unicorn Log by @WebDevNerdStuff"
5+
alt="Vue 3 UnicornLog by @WebDevNerdStuff"
66
class="img-fluid"
7-
src="vue-unicorn-log-social.jpg"
7+
src="vue3-unicorn-log-social.jpg"
88
/>
99
</div>
1010
</div>

0 commit comments

Comments
 (0)