MCPcopy Create free account
hub / github.com/Peterclark1996/s2ts / DocsOutdatedAlert

Function DocsOutdatedAlert

documentation/src/components/DocsOutdatedAlert.tsx:3–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import styles from "./DocsOutdatedAlert.module.css"
2
3export const DocsOutdatedAlert = () => {
4 return (
5 <div className={styles.alert}>
6 <div className={styles.alertContent}>
7 <span className={styles.alertIcon}>⚠️</span>
8 <div className={styles.alertContainer}>
9 <span className={styles.alertText}>
10 With the offical release of JS scripting by valve, the documentation on{" "}
11 <a href="https://developer.valvesoftware.com/wiki/Counter-Strike_2_Workshop_Tools/Scripting">the developer wiki</a> will be the latest
12 and most up to date.
13 </span>
14 <span className={styles.alertText}>
15 See <a href="https://developer.valvesoftware.com/wiki/Counter-Strike_2_Workshop_Tools/Scripting_API">the developer wiki</a> for the
16 latest API documentation.
17 </span>
18 </div>
19 </div>
20 </div>
21 )
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected