-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from uclouvain/bootstrap5-nav-link
Bootstrap5 nav link
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>"`; |