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 692de75
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
10 changes: 9 additions & 1 deletion components/Banner/Banner.module.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.banner {
.banner,
.bannerWarning {
background-color: #cdcdcd;
border-radius: 25px;
margin-top: 10px;
Expand All @@ -7,6 +8,13 @@
text-align: center;
}

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

.bannerLinks {
display: inline;
position: absolute;
Expand Down
7 changes: 7 additions & 0 deletions components/Banner/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ 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 692de75

Please sign in to comment.