Skip to content

Commit

Permalink
Attempt to fix plannings. Fixed bad image link
Browse files Browse the repository at this point in the history
  • Loading branch information
Xabi08YT authored Jan 5, 2025
1 parent 88311ad commit 9525566
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/DateHourHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div id="header">
<p>{{ currentDate }}</p>
<p>{{ currentTime }}</p>
<img style="width: 150px; margin-left: 150px;" src="/assets/logo_iut_noel.png" />
<img style="width: 150px; margin-left: 150px;" src="/assets/logo_iut_nouvelan.png" />
</div>
</template>

Expand Down
4 changes: 2 additions & 2 deletions components/TransitionOverlay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</template>

<script>
import logoIUT from "..public/assets/logo_iut.png";
import logoGP from "..public/assets/gitpoule.png"
import logoIUT from "../public/assets/logo_iut_nouvelan_NOTEXT.png";
import logoGP from "../public/assets/gitpoule.png"
export default {
data() {
Expand Down
2 changes: 1 addition & 1 deletion views/NextPlannings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const delay = 1000 * 60 * 5; // Refresh toutes les 5 minutes
let currentHourRangeStr = "";
let refreshInterval = undefined;
let promos;
let proxyUrl = "/api/hp/";
let proxyUrl = "api/hp/";
let classes = [];
let version = "2024.0.9.0";
Expand Down

0 comments on commit 9525566

Please sign in to comment.