Skip to content

Commit

Permalink
rename sections
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Feb 6, 2024
1 parent 2f17abc commit 8dac1f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/Documentation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<template v-slot:content>
<v-row class="my-8">
<v-col cols="12" class="text-center">
<h1 class="text-h3 text-secondary-lighten-2">AEC Packages</h1>
<h1 class="text-h3 text-secondary-lighten-2">Architecture, Engineering, Construction</h1>
</v-col>
</v-row>

Expand All @@ -58,7 +58,7 @@
<template v-slot:content>
<v-row class="my-8">
<v-col cols="12" class="text-center">
<h1 class="text-h3 text-secondary-lighten-2">UI Packages</h1>
<h1 class="text-h3 text-secondary-lighten-2">UI and Visualisation</h1>
</v-col>
</v-row>

Expand All @@ -74,7 +74,7 @@
<template v-slot:content>
<v-row class="my-8">
<v-col cols="12" class="text-center">
<h1 class="text-h3 text-secondary-lighten-2">Communication Packages</h1>
<h1 class="text-h3 text-secondary-lighten-2">Network Communication</h1>
</v-col>
</v-row>

Expand Down

0 comments on commit 8dac1f2

Please sign in to comment.