Skip to content

Commit

Permalink
Use default-example as the medium
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades committed Feb 6, 2020
1 parent e87a60e commit f5122cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/create-next-app/templates/default/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Home = () => (
</a>

<a
href="https://zeit.co/new?utm_source=create-next-app&utm_medium=example&utm_campaign=default-example"
href="https://zeit.co/new?utm_source=create-next-app&utm_medium=default-example&utm_campaign=examples"
className="card"
>
<h3>Deploy &rarr;</h3>
Expand All @@ -50,7 +50,7 @@ const Home = () => (

<footer>
<a
href="https://zeit.co?utm_source=create-next-app&utm_medium=example&utm_campaign=default-example"
href="https://zeit.co?utm_source=create-next-app&utm_medium=default-example&utm_campaign=examples"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit f5122cf

Please sign in to comment.