Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 1454da1

Browse files
committed
Add missing files to git.
1 parent de513f2 commit 1454da1

4 files changed

Lines changed: 21 additions & 0 deletions

File tree

src/components/BetaAlert.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import React from 'react';
2+
3+
const BetaAlert = () => (
4+
<div class="alert alert-warning beta-alert" role="alert">
5+
You are looking at preliminary documentation for secureCodeBox v2 beta. Not what you want? See <a
6+
href="https://github.com/secureCodeBox/secureCodeBox/blob/master/README.md"
7+
class="alert-link"
8+
rel="noreferrer"
9+
target="_blank">
10+
latest stable release documentation
11+
</a>.
12+
</div>
13+
);
14+
15+
export default BetaAlert;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.beta-alert {
2+
text-align: center;
3+
margin: 0;
4+
}

static/integrationIcons/Trivy.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)