Skip to content

Commit

Permalink
Fixed TypeScript error on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinP122 committed Mar 12, 2024
1 parent ec1ef26 commit 93d9747
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions declarations.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare module '*.jpg'
declare module '*.png'
declare module '*.svg'
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function Home(): JSX.Element {
<div className={styles.block}>
<h2>Get Started</h2>
<p>You can start building and using the AIBlock tooling by exploring the documentation and API</p>
<div cletassName={styles.blockButton}>
<div className={styles.blockButton}>
<a className="button button--primary button--lg" href="/docs">
Developer Documentation
</a>
Expand Down

0 comments on commit 93d9747

Please sign in to comment.