Skip to content

Commit

Permalink
Updated with recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Jul 4, 2024
1 parent 1388e17 commit f1942c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mfs/profile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "profile",
"version": "0.2.0",
"version": "0.3.0",
"description": "Profile micro frontend",
"keywords": [
"pilet"
Expand Down
2 changes: 1 addition & 1 deletion mfs/profile/src/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Profile: React.FC<ExtensionComponentProps<ProfileData>> = ({ params }) =>
<img src={user.icon} width="24" height="24" />
<span>{user.name}</span>
<a href="#" onClick={exit} title="Logout" style={{ padding: '0' }}>
<img src={powerOff} width="22" height="22" />
<img src={powerOff} width="22" height="22" />
</a>
</div>
);
Expand Down

0 comments on commit f1942c2

Please sign in to comment.