Skip to content

Commit

Permalink
Update toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
suhanw committed Jul 9, 2024
1 parent 6583da9 commit 38f2039
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/toolbox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,17 @@ const Toolbox = (props) => {
<TechIcon imageSrc={'/tech-icons/browserstack.png'} imageCaption={`BrowserStack`} />
<TechIcon imageSrc={'/tech-icons/responsively.png'} imageCaption={`Responsively`} />
<TechIcon imageSrc={'/tech-icons/vsc.png'} imageCaption={`Visual Studio Code`} />
<TechIcon imageSrc={'/tech-icons/github-copilot.webp'} imageCaption={`GitHub Copilot`} />
<TechIcon imageSrc={'/tech-icons/figma.png'} imageCaption={`Figma`} />
<TechIcon imageSrc={'/tech-icons/zeplin.png'} imageCaption={`Zeplin`} />
<TechIcon imageSrc={'/tech-icons/postman.png'} imageCaption={`Postman`} />
<TechIcon imageSrc={'/tech-icons/slack.jpg'} imageCaption={`Slack`} />
<TechIcon imageSrc={'/tech-icons/jira.jpg'} imageCaption={`JIRA`} />
<TechIcon imageSrc={'/tech-icons/confluence.jpg'} imageCaption={`Confluence`} />
<TechIcon imageSrc={'/tech-icons/notion.jpg'} imageCaption={`Notion`} />
<TechIcon imageSrc={'/tech-icons/google-search-console.svg'} imageCaption={`Google Search Console`} />
<TechIcon imageSrc={'/tech-icons/google-analytics.jpg'} imageCaption={`Google Analytics`} />
<TechIcon imageSrc={'/tech-icons/google-lighthouse.png'} imageCaption={`Google Lighthouse`} />
<TechIcon imageSrc={'/tech-icons/google-search-console.svg'} imageCaption={`Google Search Console`} />
</div>
</section>
);
Expand Down
Binary file added public/tech-icons/github-copilot.webp
Binary file not shown.
Binary file added public/tech-icons/google-lighthouse.png
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 38f2039

Please sign in to comment.