Skip to content

Commit

Permalink
Merge pull request #46 from uclouvain/bootstrap5-nav-link
Browse files Browse the repository at this point in the history
Bootstrap5 nav link
  • Loading branch information
BenJneB authored Jan 11, 2024
2 parents 440efb4 + 87b8f0e commit fa1fd63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/NotificationViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
-->
<template>
<a
class="dropdown-toggle"
class="dropdown-toggle nav-link"
data-toggle="dropdown"
role="button"
aria-haspopup="true"
Expand Down
2 changes: 1 addition & 1 deletion frontend/__snapshots__/main.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`with url 1`] = `"<div id=\\"notification-viewer\\" data-base-url=\\"/api\\" data-v-app=\\"\\"><a class=\\"dropdown-toggle\\" data-toggle=\\"dropdown\\" role=\\"button\\" aria-haspopup=\\"true\\" aria-expanded=\\"false\\"><div class=\\"bell\\" data-count=\\"0\\"><span class=\\"fas fa-bell\\"></span></div></a><ul class=\\"dropdown-menu notification-dropdown\\"><!--v-if--><li>No notifications.</li></ul></div>"`;
exports[`with url 1`] = `"<div id=\\"notification-viewer\\" data-base-url=\\"/api\\" data-v-app=\\"\\"><a class=\\"dropdown-toggle nav-link\\" data-toggle=\\"dropdown\\" role=\\"button\\" aria-haspopup=\\"true\\" aria-expanded=\\"false\\"><div class=\\"bell\\" data-count=\\"0\\"><span class=\\"fas fa-bell\\"></span></div></a><ul class=\\"dropdown-menu notification-dropdown\\"><!--v-if--><li>No notifications.</li></ul></div>"`;

0 comments on commit fa1fd63

Please sign in to comment.