govau / chameleon

🦎 Interactive colour template previews for the Design System
https://designsystem.gov.au/templates/home/customise
MIT License
11 stars 4 forks source link

Update Homepage to align with DS starter updates #156

Closed KiriHoy closed 5 years ago

KiriHoy commented 5 years ago

The homepage on the DS starter was updated. Chameleon needed to be updated to reflect this.

sukhrajghuman commented 5 years ago

@KiriHoy awesome!

can we also run the following commands to get the latest versions of some of our compenents

rm -rf node_modules/
npm i

Also we probably have this problem in here as well ?

govau/design-system-starter#157

KiriHoy commented 5 years ago

@KiriHoy awesome!

can we also run the following commands to get the latest versions of some of our compenents

rm -rf node_modules/
npm i

Also we probably have this problem in here as well ?

govau/design-system-starter#157

@sukhrajghuman The commands have been run. govau/design-system-starter#157 shouldn't be an issue, I carried everything across as it was in the starter. So the header is sitting inside the correct col-md now, I fixed it when I updated the cta 😄

sukhrajghuman commented 5 years ago

okay awesome!! merge!