Mercurial
diff hg-web/src/components/graph.tsx @ 224:3007ef5fc0ed hg-web
[hg-web] Simplify visuals and preview static files
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sun, 02 Aug 2026 13:51:11 -0700 |
| parents | ce7f4400c2de |
| children |
line wrap: on
line diff
--- a/hg-web/src/components/graph.tsx Sun Aug 02 10:07:40 2026 -0700 +++ b/hg-web/src/components/graph.tsx Sun Aug 02 13:51:11 2026 -0700 @@ -273,7 +273,7 @@ }, [onLoadMore, hasMore, loading]); return ( - <div className="graph-container" style={{ backgroundImage: 'url("/hg-web-background.jpg")' }}> + <div className="graph-container"> {assetError && <div className="error-message">{assetError}</div>} <div ref={containerRef}