diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 0fa3151..45cf107 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3025,6 +3025,12 @@ export const svgs: iSVG[] = [ }, url: 'https://daily.dev/' }, + { + title: 'Polars', + category: 'Library', + route: '/library/polars-logo.svg', + url: 'https://pola.rs/' + }, { title: 'Zed', category: 'Software', diff --git a/static/library/polars-logo.svg b/static/library/polars-logo.svg new file mode 100644 index 0000000..cff6cb2 --- /dev/null +++ b/static/library/polars-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file