Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak-shah-np committed Oct 17, 2024
1 parent a78bf9d commit e74cc0a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ npm install
* [Vue](https://vuejs.org/)
* [Nuxt3](https://nuxt.com/)
* [Vuetify](https://vuetifyjs.com/)
* [OpenLayers](https://vue3openlayers.netlify.app/)
* [Leaflet](https://leaflet.nuxtjs.org/)


## Contact
Expand Down
2 changes: 1 addition & 1 deletion playground/src/layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-layout>
<v-app-bar color="primary" class="pl-4 pr-4">
<v-app-bar-nav-icon icon="mdi-view-dashboard-variant" to="/"/>
<v-app-bar-nav-icon icon="mdi-view-dashboard-variant" to="/" />
<v-app-bar-title to="/">Spatial UI Elements</v-app-bar-title>

<v-spacer></v-spacer>
Expand Down
2 changes: 1 addition & 1 deletion playground/src/pages/Components/s-footer.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<component-doc title="SFooter">
<template #description> SHeader is used for bottom of page. </template>
<template #description> SFooter is used for bottom of page. </template>
<template #example>
<s-footer>Right side Content</s-footer>
</template>
Expand Down
2 changes: 1 addition & 1 deletion playground/src/pages/Components/s-header-logo.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<component-doc title="SHeaderLogo">
<template #description>
SHeader is used for top level heading which consists application
SHeaderLogo is used for top level heading which consists application
icon of USAID and NASA on left and placeholder for icons in right.
</template>
<template #example>
Expand Down

0 comments on commit e74cc0a

Please sign in to comment.