Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h3>Customizable</h3>
<h2>Explore our Featured Charts</h2>
<div class="charts-grid">
<div class="chart-card">
<img src="/website-frontend/assets/logo/nginx-dark.png" alt="nginx-dark">
<img src="/assets/logo/nginx-dark.png" alt="nginx-dark">
<h3>nginx</h3>
<p>High-performance web server and reverse proxy</p>
<div class="chart-links">
Expand All @@ -129,7 +129,7 @@ <h3>nginx</h3>
</div>
</div>
<div class="chart-card">
<img src="/website-frontend/assets/logo/postgresql-plain-wordmark.png" alt="postgre logo">
<img src="/assets/logo/postgresql-plain-wordmark.png" alt="postgre logo">
<h3>postgresql</h3>
<p>Object-relational database management system</p>
<div class="chart-links">
Expand All @@ -140,7 +140,7 @@ <h3>postgresql</h3>
</div>
</div>
<div class="chart-card">
<img src="/website-frontend/assets/logo/redis-plain-wordmark.png" alt="redis logo">
<img src="/assets/logo/redis-plain-wordmark.png" alt="redis logo">
<h3>redis</h3>
<p>In-memory data structure store and cache</p>
<div class="chart-links">
Expand Down