Skip to content

Commit

Permalink
added created by label to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Dec 29, 2024
1 parent 4e7235d commit 231ebc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/app/modules/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ const Footer = () => {
<a style={{ cursor: 'pointer', userSelect: 'none' }} onClick={() => setTheme_(prev => prev + 1)}>Изменить тему</a>
</div>
</div>
<p className={style.beta}>PPLBandage project 2023–{new Date().getFullYear()}, master@<a className={style.git} href={`https://github.com/PPLBandage/pplbandage_site/commit/${process.env.NEXT_PUBLIC_COMMIT_SHA}`}>
<p className={style.project}>PPLBandage project 2023–{new Date().getFullYear()} by AndcoolSystems,&nbsp;<span>master@<a className={style.git} href={`https://github.com/PPLBandage/pplbandage_site/commit/${process.env.NEXT_PUBLIC_COMMIT_SHA}`}>
{process.env.NEXT_PUBLIC_COMMIT_SHA.slice(0, 7)}
</a></p>
</a></span></p>
<p style={{ fontSize: ".8rem", margin: 0, marginTop: ".5rem" }}>NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.</p>
</div>
</footer>
Expand Down
9 changes: 1 addition & 8 deletions src/app/styles/footer.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,13 @@
color: white;
}

.beta {
display: flex;
align-items: flex-end;
.project {
margin: 0;
color: gray;
font-weight: 500;
margin-top: 1rem;
}

.beta img {
width: 1rem;
filter: brightness(.5);
}

.links {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 231ebc6

Please sign in to comment.