Skip to content

Commit e5b33a7

Browse files
authored
DEV: swap out graphics on landing page (#1600)
1 parent d1edd01 commit e5b33a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/develop/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ or analyze and manage your database with our
2323
| [PHP]({{< relref "/develop/clients/php" >}}) | [See PHP examples]({{< relref "/develop/clients/php/connect" >}}) | [See PHP examples]({{< relref "/develop/clients/php/queryjson" >}}) | [See PHP examples]({{< relref "/develop/clients/php/vecsearch" >}}) |
2424

2525
<div class="flex flex-col gap-5">
26-
<div class="flex items-start">
27-
{{< image filename="develop/tools/insight/images/Browser.png" class="w-[300px] mr-4" >}}
26+
<div class="flex items-center">
27+
{{< image filename="images/dev/icons/icon-redis-insight-64-duotone.png" class="mr-4" >}}
2828
<div>
2929
<h3><a href='{{< relref "/develop/tools/insight">}}'>Redis Insight</a></h3>
3030
<p>Visual client tool for creating, managing, and analyzing Redis databases.</p>
3131
</div>
3232
</div>
33-
<div class="flex items-start">
34-
{{< image filename="images/dev/connect/vscode/vscode-cli.png" class="w-[300px] mr-4" >}}
33+
<div class="flex items-center">
34+
{{< image filename="images/dev/icons/icon-redis-code-64-duotone.png" class="mr-4" >}}
3535
<div>
3636
<h3><a href='{{< relref "/develop/tools/redis-for-vscode" >}}'>Redis for VS Code</a></h3>
3737
<p>Visual client tool for creating, managing, and analyzing Redis databases.</p>
Loading
Loading

0 commit comments

Comments
 (0)