Skip to content

Commit

Permalink
Content(sponsors): add knowledge partners
Browse files Browse the repository at this point in the history
  • Loading branch information
ThulinaWickramasinghe committed Aug 29, 2024
1 parent 6bfd746 commit aa8de52
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 44 deletions.
1 change: 0 additions & 1 deletion apps/2024/public/assets/images/sponsors/github.svg

This file was deleted.

Binary file modified apps/2024/public/assets/images/sponsors/ifs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion apps/2024/src/components/landing/knowledge-partners/data.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { IFS } from '@/icons';

export const partners = [
{
name: 'IFS',
logo: ''
logo: IFS
},
{
name: '',
Expand Down
5 changes: 0 additions & 5 deletions apps/2024/src/icons/ghsl.jsx

This file was deleted.

3 changes: 3 additions & 0 deletions apps/2024/src/icons/ifs.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default function IFS({ className, ...props }) {
return <img src="/assets/images/sponsors/ifs.png" alt="IFS logo" className={className} {...props} />;
}
3 changes: 1 addition & 2 deletions apps/2024/src/icons/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ export { default as Bashaway } from './bashaway';
export { default as FOSS } from './foss';
export { default as Times } from './times';
export { default as Link } from './link';
export { default as K8SL } from './k8sl';
export { default as GHSL } from './ghsl';
export { default as IFS } from './ifs';
35 changes: 0 additions & 35 deletions apps/2024/src/icons/k8sl.jsx

This file was deleted.

0 comments on commit aa8de52

Please sign in to comment.