Skip to content

Commit 310051c

Browse files
author
smzeng
committed
fixed meeting time & location fall 2021
1 parent ae12cb3 commit 310051c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class App extends Component {
66
render() {
77
const { width, height } = this.props.size;
88
return (
9-
<div className="App" style="background-image: url('high_Tea.png');">
9+
<div className="App" style={{backgroundImage: "url('high_Tea.png')"}}>
1010
<Background width={width} height={height} />
1111
<h1 className="center w-100">SIGGRAPH @ UIUC</h1>
1212
</div>

src/data/data.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ export const about = {
6565
},
6666
],
6767
meeting:
68-
"Join us for meetings on Discord Mondays 5-6PM CST!"
69-
};
68+
"Join us for meetings Monday in Siebel CS Center Rm 1103 4pm - 5pm CST!"
69+
};

0 commit comments

Comments
 (0)