Skip to content

Commit

Permalink
rename web to online so as not to conflict with the other repo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolarosa committed Jan 10, 2024
1 parent b32bf7f commit 26d77b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Footer.component.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="flex flex-col md:flex-row place-content-evenly">
<div class="flex flex-col md:w-48">
<div><router-link to="/desktop"> Desktop</router-link></div>
<div><router-link to="/web"> Web</router-link></div>
<div><router-link to="/online"> Web</router-link></div>
<div><router-link to="/component"> Component</router-link></div>
<div><router-link to="/profiles"> Profiles</router-link></div>
<div><router-link to="/datapacks"> Data Packs</router-link></div>
Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</div>
<div>
Alternately, try the
<router-link to="/web" class="hover:text-orange-600">
<router-link to="/online" class="hover:text-orange-600">
web version
</router-link>
to get started quickly. It's not as full featured as the desktop application
Expand Down
2 changes: 1 addition & 1 deletion pages/web.vue → pages/online.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Access it at
<link-component link="https://describo.github.io/web" />. Use this version
to get started quickly with the describo environment. But for a more full
featured environment take a lookat
featured environment take a look at
<router-link to="/desktop">Describo desktop</router-link>.
</div>

Expand Down

0 comments on commit 26d77b7

Please sign in to comment.