From 31ceccfed16e8c77a6f9f752135e6ea037eaf880 Mon Sep 17 00:00:00 2001 From: Oleksandr Kozlenko Date: Fri, 29 Nov 2024 20:46:18 -0500 Subject: [PATCH] Update main.js Signed-off-by: Oleksandr Kozlenko --- doc/template/public/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/template/public/main.js b/doc/template/public/main.js index 8bbf556..d992821 100644 --- a/doc/template/public/main.js +++ b/doc/template/public/main.js @@ -1,7 +1,7 @@ export default { iconLinks: [ { - icon: 'box', + icon: 'cloud-download', href: 'https://nuget.org/packages/Addax.Formats.Tabular', title: 'NuGet' }, @@ -11,4 +11,4 @@ export default { title: 'GitHub' } ] -} \ No newline at end of file +}