Skip to content

Commit 96c4ca3

Browse files
authored
Merge pull request #13009 from CesiumGS/remove-banner
Remove banner pointing to legacy sandcastle
2 parents 7aae7e3 + 90e5279 commit 96c4ca3

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

packages/sandcastle/src/App.css

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,9 @@
44
height: 100vh;
55
--header-height: min-content;
66
--app-bar-width: 53px;
7-
grid-template-rows: min-content var(--header-height) auto;
7+
grid-template-rows: var(--header-height) auto;
88
grid-template-columns: var(--app-bar-width) auto;
9-
grid-template-areas: "banner banner" "header header" "app-bar content";
10-
11-
.banner {
12-
grid-area: banner;
13-
background: var(--stratakit-color-bg-elevation-overlay);
14-
padding: var(--stratakit-space-x2);
15-
text-align: center;
16-
17-
a {
18-
color: var(--stratakit-color-text-accent-base);
19-
}
20-
}
9+
grid-template-areas: "header header" "app-bar content";
2110

2211
--highlight-color-bg: var(--stratakit-color-bg-accent-muted);
2312
--highlight-color-bg-hover: color-mix(

packages/sandcastle/src/App.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -487,14 +487,6 @@ function App() {
487487
colorScheme={settings.theme}
488488
synchronizeColorScheme
489489
>
490-
<div className="banner">
491-
<Anchor
492-
href="https://cesium.com/downloads/cesiumjs/releases/1.134/Apps/Sandcastle/index.html"
493-
tone="accent"
494-
>
495-
Looking for the old Sandcastle? It's still here (for a little while) →
496-
</Anchor>
497-
</div>
498490
<header className="header">
499491
<a className="logo" href={getBaseUrl()}>
500492
<img

0 commit comments

Comments
 (0)