uibee 2.16.8 → 2.16.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uibee",
3
- "version": "2.16.8",
3
+ "version": "2.16.9",
4
4
  "description": "Shared components, functions and hooks for reuse across Login projects",
5
5
  "homepage": "https://github.com/Login-Linjeforening-for-IT/uibee#readme",
6
6
  "bugs": {
@@ -170,7 +170,6 @@ type AuthButtonProps = {
170
170
  }
171
171
 
172
172
  function AuthButton({ profilePath, logoutPath, loginPath, token }: AuthButtonProps) {
173
-
174
173
  return (
175
174
  <div className='rounded-[0.3rem] hover:bg-login-300/20 h-12 w-12'>
176
175
  {token ? (