Fix svg not showing?

Closes #67
This commit is contained in:
Owen
2026-02-24 14:23:04 -08:00
parent a28d6421db
commit 99d8dbdeef
5 changed files with 2 additions and 2 deletions

View File

@@ -66,5 +66,5 @@ Badger ensures that only authenticated and authorized users can access your appl
</Warning> </Warning>
<Frame caption="System architecture showing Pangolin components"> <Frame caption="System architecture showing Pangolin components">
<img src="/images/system-diagram.svg" alt="Pangolin system architecture diagram"/> <img src="/images/system-diagram.png" alt="Pangolin system architecture diagram"/>
</Frame> </Frame>

BIN
images/diagram.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

BIN
images/ha.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
images/system-diagram.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -29,7 +29,7 @@ Think of different nodes as the "front doors" to your applications - users conne
- **Failover**: If you have multiple nodes, the control plane will failover between them. If one node becomes unavailable, traffic can optionally fail over to our cloud infrastructure or other nodes until you restore service. - **Failover**: If you have multiple nodes, the control plane will failover between them. If one node becomes unavailable, traffic can optionally fail over to our cloud infrastructure or other nodes until you restore service.
<Frame> <Frame>
<img src="/images/ha.svg" width="400" centered/> <img src="/images/ha.png" width="400" centered/>
</Frame> </Frame>
## Some Benefits ## Some Benefits