Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Name changed #4

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
FlyCode content updates
  • Loading branch information
flycode-app[bot] authored Oct 21, 2022
commit a0df5710f903c81be04cebcf5cb3f268717d101f
2 changes: 1 addition & 1 deletion src/components/Home/Banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Banner = ({ appName, token }) => {
<h1 className="logo-font">
{appName.toLowerCase()}
</h1>
<p>Humblux</p>
<p>Leggooo</p>
</div>
</div>
);
Expand Down