mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-08-21 16:14:37 -05:00
changed splash location in db
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -74,7 +74,7 @@ export default class SingleCreature extends React.Component {
|
||||
return (
|
||||
<div className={"creature " + tribe.toLowerCase()}>
|
||||
<h1>{creature.gsx$name}</h1>
|
||||
<img className="splash" src={store.base_image + creature.gsx$splash}></img>
|
||||
<img className="splash" src={store.base_image + card_data.gsx$splash}></img>
|
||||
<hr />
|
||||
<div>
|
||||
<strong>Appearance:</strong><br />
|
||||
|
||||
@@ -68,7 +68,7 @@ export default class SingleMugic extends React.Component {
|
||||
return (
|
||||
<div className={tribe.toLowerCase()}>
|
||||
<h1>{mugic.gsx$name}</h1>
|
||||
<img className="splash" src={store.base_image + mugic.gsx$splash}></img>
|
||||
<img className="splash" src={store.base_image + card_data.gsx$splash}></img>
|
||||
<hr />
|
||||
<div>
|
||||
<strong>Background:</strong><br />
|
||||
|
||||
Reference in New Issue
Block a user