diff --git a/src/components/portal/Single/Creature.js b/src/components/portal/Single/Creature.js
index 75fd4e2..37e04b2 100644
--- a/src/components/portal/Single/Creature.js
+++ b/src/components/portal/Single/Creature.js
@@ -91,7 +91,7 @@ export default class SingleCreature extends React.Component {
);
const elements = card_data.gsx$elements.$t.split(/[ ,]+/).map((item, i) => {
- return
;
+ return
;
});
const locations = creature.gsx$location.$t.split(/[,]+\s*/).map((item, i) => {
@@ -164,7 +164,7 @@ export default class SingleCreature extends React.Component {
Tribe: {this.state.tribe}
-
+".png"})
+
@@ -177,6 +177,21 @@ export default class SingleCreature extends React.Component {
{card_data.gsx$courage.$t}
+
+ Power:
+ {card_data.gsx$power.$t}
+
+
+
+ Speed:
+ {card_data.gsx$speed.$t}
+
+
+
+ Wisdom:
+ {card_data.gsx$wisdom.$t}
+
+
Elements: {elements}
@@ -195,21 +210,6 @@ export default class SingleCreature extends React.Component {
Mugic Ability:
{card_data.gsx$mugicability.$t}
-
-
- Power:
- {card_data.gsx$power.$t}
-
-
-
- Speed:
- {card_data.gsx$speed.$t}
-
-
-
- Wisdom:
- {card_data.gsx$wisdom.$t}
-
);
}
diff --git a/src/img/logo.png b/src/img/logo.png
new file mode 100644
index 0000000..dd67fc3
Binary files /dev/null and b/src/img/logo.png differ