Skip to content

Commit

Permalink
Merge pull request #415 from annabinoy18/main
Browse files Browse the repository at this point in the history
fix(web-admin): Fix wrong app name in mobile view
  • Loading branch information
alllenshibu authored Jun 29, 2024
2 parents f70853f + 8743050 commit ebbe2ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<div align="center">
<h1 align="center">Techno Event Management</h1>
<h3>A powerful event management suite.</h3>
Expand Down
2 changes: 1 addition & 1 deletion apps/web-admin/src/components/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Sidebar = ({ isOpen, onClose }) => {
<DrawerCloseButton />
<DrawerHeader>
<Text fontSize="2xl" fontWeight="bold">
techno
Event Sync
</Text>
</DrawerHeader>
<DrawerBody>
Expand Down

0 comments on commit ebbe2ef

Please sign in to comment.