From caae769a69820f4aa5ddf0667a2c6599f1ce8f0e Mon Sep 17 00:00:00 2001 From: Chesterkxng Date: Thu, 10 Apr 2025 15:53:59 +0200 Subject: [PATCH] fix: icon change (allow right icon for transpose feat) --- src/pages/tools/csv/csv-rows-to-columns/meta.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/tools/csv/csv-rows-to-columns/meta.ts b/src/pages/tools/csv/csv-rows-to-columns/meta.ts index 49dd3bc..4cecc02 100644 --- a/src/pages/tools/csv/csv-rows-to-columns/meta.ts +++ b/src/pages/tools/csv/csv-rows-to-columns/meta.ts @@ -4,7 +4,7 @@ import { lazy } from 'react'; export const tool = defineTool('csv', { name: 'Convert CSV Rows to Columns', path: 'csv-rows-to-columns', - icon: 'carbon:transpose', + icon: 'fluent:text-arrow-down-right-column-24-filled', description: 'This tool converts rows of a CSV (Comma Separated Values) file into columns. It extracts the horizontal lines from the input CSV one by one, rotates them 90 degrees, and outputs them as vertical columns one after another, separated by commas.', longDescription: