Skip to content

Commit

Permalink
chore: bump data to singularity version
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain committed Nov 8, 2024
1 parent 4f8f709 commit 4eb1821
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 8 additions & 1 deletion components/Banner/Banner.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.banner {
.banner, .bannerWarning {
background-color: #cdcdcd;
border-radius: 25px;
margin-top: 10px;
Expand All @@ -7,6 +7,13 @@
text-align: center;
}

.bannerWarning {
background-color: #a94c4c;
}
.bannerWarning a {
color: #f5c5c5;
}

.bannerLinks {
display: inline;
position: absolute;
Expand Down
4 changes: 4 additions & 0 deletions components/Banner/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ export const Banner = () => {
</a>
</div>
</div>
<div className={styles.bannerWarning}>
This version of EVEShip.fit is a preview build with data of the upcoming expansion. Fits, modules, and/or statistics might change before release.<br/>
Images of new modules and new ship hulls won&apos;t load until the expansion is released. For the version of EVEShip.fit with Tranqulity data, visit <a href="https://eveship.fit">eveship.fit</a>.
</div>
</>
);
};

0 comments on commit 4eb1821

Please sign in to comment.