Skip to content

Commit

Permalink
Merge pull request #4 from zekraken-bot/develop
Browse files Browse the repository at this point in the history
css
  • Loading branch information
zekraken-bot authored Sep 15, 2023
2 parents 6bbfac9 + 57ea2df commit 6380908
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ table {
border-collapse: collapse;
margin-top: 20px;
}

h2 {
font-size: 22px;
}
th, td {
border: 1px solid #ccc;
padding: 6px;
Expand Down
7 changes: 6 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,12 @@ function App() {
return (
<div className="App">
<h1>Friend.Tech Rolling 5 Minute Global Data</h1>
<h2>Timeframe: {timeframe} updates every 15secs</h2>
<h2>
Timeframe: {timeframe} | updates every 15secs | created by{" "}
<a target="_blank" href="https://twitter.com/The_Krake">
@ZeKraken
</a>
</h2>
<div className="table-container">
<table className="data-table">
<thead>
Expand Down

0 comments on commit 6380908

Please sign in to comment.