mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Fix links to styling.md and icons.md
This commit is contained in:
parent
4e71b7a329
commit
4a194568f8
2 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@ Documentation for specific topics can be found in the following files:
|
|||
* [Customization checklist](customization-checklist.md)
|
||||
* [Google Maps](google-maps.md)
|
||||
* [i18n](i18n.md)
|
||||
* [Icons](colors-and-icons.md)
|
||||
* [Icons](icons.md)
|
||||
|
||||
The application was bootstrapped with a forked version of
|
||||
[create-react-app](https://github.com/facebookincubator/create-react-app). While most of the
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
Some generic things to update and check when starting to customise the template.
|
||||
|
||||
* [Marketplace colors](colors-and-icons.md#colors)
|
||||
* [Generate app icons](colors-and-icons.md#icons)
|
||||
* [Marketplace colors](styling.md)
|
||||
* [Generate app icons](icons.md)
|
||||
* [Update translations](../src/translations/en.json) or [change the language](i18n.md)
|
||||
* [LandingPage](../src/containers/LandingPage/LandingPage.js): update and create branded sections
|
||||
* [Footer](../src/components/Footer/Footer.js)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue