Skip to content

Commit

Permalink
feat(seo): add title property to Sound component
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Jan 3, 2022
1 parent 26c4190 commit 5c6f16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sound/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const Sound: React.FC<ISound> = ({ name, iconFile, audioFile }) => {
}

return (
<SoundComponent>
<SoundComponent title={`${name}`}>
<audio loop preload="true" ref={soundHTMLRef}>
<source
src={`${process.env.CDN_AUDIO_SERVER}/${audioFile.name}`}
Expand Down

1 comment on commit 5c6f16a

@vercel
Copy link

@vercel vercel bot commented on 5c6f16a Jan 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.