Skip to content

Commit b6f1db5

Browse files
Added Navbar to Journey Page (#479)
* Add common navbar to journey page * Added navbar to the Journey Page * change in journey page --------- Co-authored-by: Kritika Singh <kritikasingh6881@gmail.com>
1 parent 3d9a571 commit b6f1db5

File tree

2 files changed

+769
-547
lines changed

2 files changed

+769
-547
lines changed

.hintrc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"extends": [
3+
"development"
4+
],
5+
"hints": {
6+
"compat-api/css": [
7+
"default",
8+
{
9+
"ignore": [
10+
"backdrop-filter"
11+
]
12+
}
13+
],
14+
"disown-opener": "off",
15+
"no-inline-styles": "off"
16+
}
17+
}

0 commit comments

Comments
 (0)