Skip to content

Commit

Permalink
Merge pull request #354 from candidosales/add-cisco-logo
Browse files Browse the repository at this point in the history
[feat] added Cisco logo
  • Loading branch information
pheralb committed May 31, 2024
2 parents 82be60a + 4b790dd commit cc5c3a3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
import type { iSVG } from '../types/svg';

export const svgs: iSVG[] = [
{
title: 'Cisco',
category: 'Software',
route: {
light: '/library/cisco_light.svg',
dark: '/library/cisco_dark.svg'
},
url: 'https://www.cisco.com/'
},
{
title: 'Animate',
category: ['Software', 'Design'],
Expand Down
3 changes: 3 additions & 0 deletions static/library/cisco_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions static/library/cisco_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cc5c3a3

Please sign in to comment.