prometheus/web/ui/react-app/src/contexts/AnimateLogoContext.tsx
Julien Pivotto 8e4350dd59 Directly include SVG logo in the page.
Use HTML <svg> element to include Prometheus logo in the status page.

Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
2023-03-04 00:36:07 +01:00

4 lines
105 B
TypeScript

import { createContext } from 'react';
export const AnimateLogoContext = createContext<boolean>(false);