From 3abef925e92acb75b0df5ec23f9c93666e373cb2 Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:09:56 +0700 Subject: [PATCH] style: replace emoji with lucide icon --- pages/guide/troubleshooting/developer-tools.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/guide/troubleshooting/developer-tools.mdx b/pages/guide/troubleshooting/developer-tools.mdx index c61aa32..1acf55c 100644 --- a/pages/guide/troubleshooting/developer-tools.mdx +++ b/pages/guide/troubleshooting/developer-tools.mdx @@ -1,11 +1,11 @@ import { Callout, Steps } from 'nextra/components' -import { Terminal, Code, Server } from 'lucide-react' +import { Terminal, Code, Server, Download } from 'lucide-react' # CLI & Language Issues Even if you installed the Root CA on your operating system, many developer tools and programming languages **ignore the system store** and use their own. - +}> **Prerequisite:** You must have the **`trustlab-root.crt`** file downloaded on your machine first. [Download it here](/guide/getting-started/install-root-ca).