Skip to content

Commit

Permalink
Merge pull request #4 from michalspano/1-fix-admin-section-incorrect-…
Browse files Browse the repository at this point in the history
…subheading

Fix 'Admin' Incorrect Subheading
  • Loading branch information
michalspano committed Nov 12, 2023
2 parents 39bcfb9 + 66619ec commit 07c8368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/AdminDeleteSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const handleExpiredToken = () => {

<template>
<div class="p-4 bg-body-tertiary rounded-4 subtle-shadow card-hoverable">
<p class="fs-1 fw-bolder mx-2">Add/Update</p>
<p class="fs-1 fw-bolder mx-2">Delete</p>
<div class="btn-group d-md-block mb-3">
<button class="btn" :style="{ backgroundColor: formType === entity ? 'var(--highlight-color)' : '' }"
v-for="(entity, index) in ENTITIES" :key="index" @click="changeEntity(entity)">
Expand Down Expand Up @@ -126,4 +126,4 @@ const handleExpiredToken = () => {
</div>
</div>
</div>
</template>
</template>
Binary file modified images/teaser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 07c8368

Please sign in to comment.