diff --git a/src/assets/sponsors/usc.svg b/src/assets/sponsors/usc.svg new file mode 100644 index 0000000..a9e832c --- /dev/null +++ b/src/assets/sponsors/usc.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/store/sponsors.ts b/src/store/sponsors.ts index 93eb1bd..211c3f3 100644 --- a/src/store/sponsors.ts +++ b/src/store/sponsors.ts @@ -50,6 +50,11 @@ export const useSponsorsStore = defineStore('sponsors', { url: 'https://www.casale.ch/', type: 'silver' }, + { + name: 'usc', + url: 'https://www.startup.usi.ch/en', + type: 'bronze' + }, { name: 'brightside', url: 'https://brightside-capital.com/',