You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/develop/step-2c.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,6 @@ You'll notice `<style>` contains everything we just wrote in our Sass file. Sass
131
131
132
132
Now that our `pfe-cool-element` is more appealing, we'll add the follow button's interaction and fill in the profile photo. We can accomplish both of these tasks by updating the `/src/pfe-cool-element.js` file.
133
133
134
-
<ahref="/theme/cp-color">Learn more about applying theme colors here.</a>
134
+
<ahref="/theme/color-palette/">Learn more about applying theme colors here.</a>
135
135
136
136
[Move to Step 2: Develop (Javascript)](../step-2d)
0 commit comments