Skip to content

Commit

Permalink
feature-sliced#131 Add blindtyping company to companies list
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanonly committed Oct 19, 2024
1 parent 39ae10f commit 4ddbb60
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/pages/_home/companies/_config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,9 @@ export const companies: Company[] = [
src: "express24.svg",
alt: "Express24.uz",
},
{
url: "https://blindtyping.com/",
src: "blindtyping.svg",
alt: "Blindtyping",
},
];
2 changes: 1 addition & 1 deletion src/pages/_home/companies/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Companies = () => {
className={styles.root}
containerClass={styles.rootContainer}
>
<Marquee pauseOnHover>
<Marquee pauseOnHover speed={100}>
{companiesShuffled.map(({ url, src, alt }) => (
<a
key={src}
Expand Down
11 changes: 11 additions & 0 deletions static/img/companies/blindtyping.svg
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 4ddbb60

Please sign in to comment.