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 2 commits
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
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