imbric-theme 0.7.8 → 0.7.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/layout/Navbar/Navbar.js +4 -0
- package/package.json +1 -1
package/layout/Navbar/Navbar.js
CHANGED
|
@@ -118,6 +118,7 @@ export const Navbar = ({
|
|
|
118
118
|
color='highlight'
|
|
119
119
|
background='transparent'
|
|
120
120
|
onClick={linkLegal}
|
|
121
|
+
id='idIconLegalNavbar'
|
|
121
122
|
/>
|
|
122
123
|
|
|
123
124
|
</span>
|
|
@@ -144,6 +145,7 @@ export const Navbar = ({
|
|
|
144
145
|
color='highlight'
|
|
145
146
|
background='transparent'
|
|
146
147
|
onClick={linkInfo}
|
|
148
|
+
id='idIconInfoNavbar'
|
|
147
149
|
/>
|
|
148
150
|
|
|
149
151
|
</span>
|
|
@@ -170,6 +172,7 @@ export const Navbar = ({
|
|
|
170
172
|
color='highlight'
|
|
171
173
|
background='transparent'
|
|
172
174
|
onClick={linkProfile}
|
|
175
|
+
id='idIconProfileNavbar'
|
|
173
176
|
/>
|
|
174
177
|
|
|
175
178
|
</span>
|
|
@@ -191,6 +194,7 @@ export const Navbar = ({
|
|
|
191
194
|
color='highlight'
|
|
192
195
|
background='transparent'
|
|
193
196
|
onClick={linkLogout}
|
|
197
|
+
id='idIconLogoutNavbar'
|
|
194
198
|
/>
|
|
195
199
|
) : null}
|
|
196
200
|
|