Skip to content

Commit

Permalink
refactor: remove flist name in preview page from the header, remove c…
Browse files Browse the repository at this point in the history
…ommented codes

Signed-off-by: nabil salah <[email protected]>
  • Loading branch information
Nabil-Salah committed Aug 26, 2024
1 parent 68aa46d commit 4831453
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions frontend/src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
<Navbar></Navbar>
<div class="w-100 position-relative" >
<v-img :src="image" cover style="z-index: 2"></v-img>
<!-- <div
class="position-absolute text-white"
style="z-index: 4; top: 40%; left: 35%"
>
<h1>Create and Download Flist</h1>
</div> -->
</div>

<v-main class="d-flex justify-center mt-0 mn-height"
Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
style="font-size: 20px"
>
<v-icon icon="mdi-account"></v-icon>
<!-- <v-icon icon="mdi-menu-down" end></v-icon> -->
</v-btn>
</template>
<v-list>
Expand Down
1 change: 0 additions & 1 deletion frontend/src/components/PreviewFlist.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
class="position-absolute w-100 text-white d-flex justify-content align-content "
style="z-index: 4; top: 55%;left:40%;"
>
<h1 class="text-h4">{{id}}</h1>
</div>
</div>
<v-main class="mn-height">
Expand Down

0 comments on commit 4831453

Please sign in to comment.