mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
fixing relative links
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Step 2.3: Theming and styling with UI Fabric (Demo)
|
||||
|
||||
[Lessons](../) | [Exercise](./exercise/) | [Demo](./demo/)
|
||||
[Lessons](../../) | [Exercise](../exercise/)
|
||||
|
||||
In this section, we will illustrate how to use some of the built-in theming and styling features of the UI Fabric component library.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Step 2.3: Theming and styling with UI Fabric (Exercise)
|
||||
|
||||
[Lessons](../) | [Exercise](./exercise/) | [Demo](./demo/)
|
||||
[Lessons](../../) | [Demo](../demo/)
|
||||
|
||||
If you don't already have the app running, start it by running `npm start` from the root of the `frontend-bootcamp` folder. Click the "exercise" link under day 2 step 3 to see results.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user