mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Fix linter issues with prop ordering
This commit is contained in:
parent
aa6e85d863
commit
bbbe0f8836
1 changed files with 1 additions and 1 deletions
|
@ -30,8 +30,8 @@ const Meta = props => {
|
|||
property="og:description"
|
||||
/>
|
||||
<link
|
||||
rel="canonical"
|
||||
href={`https://scratch.mit.edu/projects/${id}`}
|
||||
rel="canonical"
|
||||
/>
|
||||
</Helmet>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue