Skip to content

Commit

Permalink
improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Feb 11, 2024
1 parent 7323935 commit 52c5c11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions browser/src/components/ComponentOverview.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<template>
<v-container class="text-center">
<section>
<h1 class="text-h3 text-sm-h3 py-4">TBD</h1>
<h1 class="text-h3 text-sm-h3 py-4">Dashboard</h1>

<p>Throughout the lab, you will gain hands-on experience with modern technology, from research-oriented retrieval components (overviewed in the Dashboard) to Docker and Dev Containers, which are frequently used in the industry.</p>
</section>
</v-container>
<div>
Expand Down Expand Up @@ -342,4 +344,4 @@ export default {
.show-code-button:hover {
color: #4F81E4 /* primary color*/
}
</style>
</style>
2 changes: 0 additions & 2 deletions browser/src/views/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
</v-row>
</section>
</v-container>

<p>modern technology research oriented tools and industry xy. Stuff like people will learn docker, devcontainer.</p>
<component-overview />
</template>

Expand Down

0 comments on commit 52c5c11

Please sign in to comment.