We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae12cb3 commit 310051cCopy full SHA for 310051c
src/App.js
@@ -6,7 +6,7 @@ class App extends Component {
6
render() {
7
const { width, height } = this.props.size;
8
return (
9
- <div className="App" style="background-image: url('high_Tea.png');">
+ <div className="App" style={{backgroundImage: "url('high_Tea.png')"}}>
10
<Background width={width} height={height} />
11
<h1 className="center w-100">SIGGRAPH @ UIUC</h1>
12
</div>
src/data/data.js
@@ -65,5 +65,5 @@ export const about = {
65
},
66
],
67
meeting:
68
- "Join us for meetings on Discord Mondays 5-6PM CST!"
69
-};
+ "Join us for meetings Monday in Siebel CS Center Rm 1103 4pm - 5pm CST!"
+};
0 commit comments