Commit 57dccb36 authored by TZW's avatar TZW

151343

parent 758f87b2
This image diff could not be displayed because it is too large. You can view the blob instead.
...@@ -3,7 +3,7 @@ export default () => { ...@@ -3,7 +3,7 @@ export default () => {
const style = { const style = {
width: '100%', width: '100%',
height: '100%', height: '100%',
backgroundImage: `url(${require('../../public/home.png')})`, backgroundImage: `url(${require('../../public/home.gif')})`,
backgroundPosition: '0 0', backgroundPosition: '0 0',
backgroundSize: 'cover', backgroundSize: 'cover',
backgroundRepeat: 'no-repeat', backgroundRepeat: 'no-repeat',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment