Skip to content

Commit 32055ea

Browse files
authored
Merge pull request #144 from ubclaunchpad/ubclaunchpad
add ubc launch pad link
2 parents 6ce19a5 + f69b389 commit 32055ea

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

public/index.css

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ p {
2020
text-align: center;
2121
padding: 0;
2222
margin: 0;
23+
flex-direction: column;
2324
}
2425

2526
#game-container {

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link href="https://fonts.googleapis.com/css?family=VT323&display=swap" rel="stylesheet">
1616

1717
<!-- Fathom - website analytics https://app.usefathom.com/share/dymzbwsl/ubcsim2.ubclaunchpad.com -->
18-
<script src="https://chinchilla.ubclaunchpad.com/script.js" site="DYMZBWSL" defer></script>
18+
<script src="https://chinchilla.ubclaunchpad.com/script.js" site="DYMZBWSL" excluded-domains="localhost" defer></script>
1919
</head>
2020

2121
<body>

src/App.tsx

+5
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,11 @@ export default class App extends React.Component<IProps, IState> {
223223
</div>
224224
</section>
225225
</div>
226+
<div style={{ marginTop: "32px" }}>
227+
<p>
228+
A <a href="https://ubclaunchpad.com" target="_blank" rel="noopener noreferrer">UBC Launch Pad</a> project.
229+
</p>
230+
</div>
226231
</div>
227232
);
228233
}

0 commit comments

Comments
 (0)