Skip to content

Commit

Permalink
Update component.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Flopsky authored Jan 1, 2024
1 parent 8300b1b commit 3a123d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export function Component() {
className="w-10 h-10 transform hover:scale-110 transition-transform duration-200"
src="https://upload.wikimedia.org/wikipedia/commons/4/4d/OpenCL_logo.svg"
title="OpenCL" />
<img alt="OpenMP" className="w-10 h-10 transform hover:scale-110 transition-transform duration-200" src="https://s186.convertio.me/p/HWrtTabEWOPSs3bonJFPOw/943e25e497bce06f247eafc278e7e8ac/OpenMP_logo.svg" title="OpenMP" />
<img alt="OpenMP" className="w-10 h-10 transform hover:scale-110 transition-transform duration-200" src="https://www.svgrepo.com/show/499714/rocket.svg" title="OpenMP" />
<img alt="MPI" className="w-10 h-10 transform hover:scale-110 transition-transform duration-200" src="https://www.svgrepo.com/show/448987/cluster.svg" title="MPI" />
<img alt="MKL" className="w-10 h-10 transform hover:scale-110 transition-transform duration-200" src="https://www.svgrepo.com/show/454733/chip-computer-cpu.svg" title="MKL" />
<img alt="BLAS" className="w-10 h-10 transform hover:scale-110 transition-transform duration-200" src="https://www.svgrepo.com/show/288625/chip-processor.svg" title="BLAS" />
Expand Down

0 comments on commit 3a123d6

Please sign in to comment.