Skip to content

Commit

Permalink
fix: svg typescript problem
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Sep 17, 2023
1 parent 5ca67be commit 79c0601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ const Questions = () => {
צרו איתנו קשר
</a>
</li>
<SlackIcon />
<li>
<img src={SlackIcon} alt="Slack icon" />
<a href="https://hasadna.slack.com/join/shared_invite/zt-167h764cg-J18ZcY1odoitq978IyMMig#/shared-invite/email">
דברו איתנו על זה בסלאק
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/svgLoader.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module '*.svg' {
const content: React.FunctionComponent<React.SVGAttributes<SVGElement>>
const content: string
export default content
}

0 comments on commit 79c0601

Please sign in to comment.