MCPcopy Create free account
hub / github.com/OpenSIST/OpenSIST.github.io / brandGradient

Function brandGradient

src/Components/Errors/ErrorPage.jsx:10–12  ·  view source on GitHub ↗
(dark)

Source from the content-addressed store, hash-verified

8 "3. 如果您在海外(包含港澳台地区),则无需使用代理服务";
9
10function brandGradient(dark) {
11 return dark ? 'linear-gradient(140deg, #93C0F2, #6BA6E8)' : 'linear-gradient(140deg, #1C5BAA, #4F86CE)';
12}
13
14export default function ErrorPage() {
15 const error = useRouteError();

Callers 1

ErrorPageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected