Skip to content

Commit 8104faa

Browse files
authored
Fix link to angular template
1 parent 9a2deb9 commit 8104faa

File tree

1 file changed

+1
-1
lines changed
  • packages/homepage/src/screens/home/hero

1 file changed

+1
-1
lines changed

packages/homepage/src/screens/home/hero/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export default () => {
145145
/>
146146
<Sandbox href="/s/vue" style={{ backgroundImage: `url(${vue})` }} />
147147
<Sandbox
148-
href="/s/angulair"
148+
href="/s/angular"
149149
style={{ backgroundImage: `url(${angulair})` }}
150150
/>
151151
<Sandbox href="/s" style={{ backgroundImage: `url(${more})` }} />

0 commit comments

Comments
 (0)