diff --git a/src/components/Category/Creatures.js b/src/components/Category/Creatures.js index 13d6331..c7682fc 100644 --- a/src/components/Category/Creatures.js +++ b/src/components/Category/Creatures.js @@ -58,7 +58,9 @@ export default class Creatures extends React.Component { const creatures = Object.keys(this.state.creatures).map(function(tribe, i) { return (
This is an example single page app built diff --git a/src/components/Spreadsheet.js b/src/components/Spreadsheet.js index 298b135..4eab3a0 100644 --- a/src/components/Spreadsheet.js +++ b/src/components/Spreadsheet.js @@ -49,9 +49,17 @@ class URLS { 'Overworld': URLS.path("1Z4_MmlV7uE34nLzrcxslqQKRwL4OBXNA15s7G8eteXU"), 'Underworld': URLS.path("1c_XAxQsDIWVdzUxWl5t-K_mQumNjX-yrg0X-0NsZVts"), 'Mipedian': URLS.path("1P4FKASfnhR46j2bqm89T9xhI1Yyyy-jiZ1CkRglSy2k"), - 'Danian': URLS.path("1-Lz-itwOobEvqr8HSLFFwg3JFkT64NbwyGFEPfj9rxU"), - // 'Marrillian': URLS.path("1rLlzND9hHgxJuEtcTE4nbIVb16IjRme8V-I4vyryIEU"), - // 'Generic': URLS.path("1pnDahSxGDNKvDmwRfYF4Cd75q5plmtb9tvGvU7RM05g") + 'Danian': URLS.path("1-Lz-itwOobEvqr8HSLFFwg3JFkT64NbwyGFEPfj9rxU") + }; + } + + get Mugic() { + return { + 'Overworld': URLS.path("1KsVX5SkygwPP6I8yd6xgcN8gB746o_FTh6SK1TvAcbU"), + 'Underworld': URLS.path("1F7FHlob52cb_7J65cddM3The7w-kFiStBRd5wm4JRlA"), + 'Mipedian': URLS.path("1QDsiSUuBV_4Jn6mvl96EGU06XEoVqILGN4suYKvh9CA"), + 'Danian': URLS.path("1tEuwPGixJH2A03YtYL6Ar-MSFvtfrlaveT98GwJhw1g"), + 'Generic': URLS.path("1M9iAbpYAHq_ppwm0PZKUvZGfu-zbrK1CZMY16m4Plf8") }; } diff --git a/src/index.js b/src/index.js index 076fe26..986c0ba 100644 --- a/src/index.js +++ b/src/index.js @@ -13,7 +13,7 @@ import ExampleTwoDeepComponent from './components/ExampleTwoDeepComponent'; // import Battlegear from './component/Category/Battlegear'; import Creatures from './components/Category/Creatures'; // import Locations from './component/Category/Locations'; -// import Mugic from './component/Category/Mugic'; +import Mugic from './components/Category/Mugic'; import Tribes from './components/Category/Tribes'; // import SingleAttack from './component/Category/Attacks'; // import SingleBattlegear from './component/Category/Battlegear';