mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Use HTML <svg> element to include Prometheus logo in the status page. Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
import { createContext } from 'react';
|
|
|
|
export const AnimateLogoContext = createContext<boolean>(false);
|