Fix header size issue

This commit is contained in:
Ray 2023-12-29 09:49:46 +00:00 committed by GitHub
parent a6a4723178
commit 0d9404098e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View File

@ -1,14 +1,14 @@
asset-manifest.json,1703842933708,f386b62e3f321d2fb314f464857211073c2167b682193f12ce600e1d0b992aac
index.html,1703842933704,4f20c33e0f8ccc638395a610d3fc68eb37132b5e303532324437164b5c4bc310
favicon.ico,1703842920224,a23c21f0703c05d16598902d8aab80a7426c3dea9ebfa16aa644d8c0885e09e6
logo192.png,1703842920224,40cc17b9dffc3a3cf0b1386acd4d3c15b8b1caf257f6a58854268264f7568504
manifest.json,1703842920224,c12dd51ed2c8ac94acf3c25d1f0c541d667c90c8557ac43cb42d0a6df086bd7f
robots.txt,1703842920228,93c0b9bd95d88537a1eb1706bcef9954bdb305674f33c5aeb7549eba0d5af7c9
static/js/787.219110d8.chunk.js,1703842933728,d06a4f870907c32b5847643530dcc88256e4b728bfacd3e04ef9f47e19112684
static/js/787.219110d8.chunk.js.map,1703842933732,d5ee4ad43c81fa0dbac17f7d67557de49cdd9277f2245d39d2d88b141c9dc071
static/js/main.d2111299.js.LICENSE.txt,1703842933724,9f937641e8a9ee34d51d46887691109da83a20ed71b908c7d617f1cb77d6f85d
logo512.png,1703842920224,08092a802e7bec5309059df1c2624c6e9d5bdf5d4468293812064f447a1a7ce1
static/css/main.62d3213f.css,1703842933728,af23472e44deb35bdfeb0b7390ce8efd2acc86442b9d839559906304abfd475b
static/css/main.62d3213f.css.map,1703842933728,6e4c33d98b511b92556a7c828f4711cc1456bbcd65f87796e58b2b47a51a30d2
static/js/main.d2111299.js,1703842933728,ca280a3a3a63dec7877caa74abc7df777c06eff287f996839eba6b45fea75a32
static/js/main.d2111299.js.map,1703842933732,654a63715f30bd4d8c0f2275e40fe2aa06357d3a57c856d9d43393991799ce97
asset-manifest.json,1703843300160,3d5da8c7d0d674d202225a91d5bf8aa0f4b14242eead237f85e027d8c71459f6
favicon.ico,1703843287620,a23c21f0703c05d16598902d8aab80a7426c3dea9ebfa16aa644d8c0885e09e6
index.html,1703843300156,74626f331a1dbae7f72d6f86a44402880dbb0dc12c8031d53fbde922b94184f4
logo192.png,1703843287620,40cc17b9dffc3a3cf0b1386acd4d3c15b8b1caf257f6a58854268264f7568504
logo512.png,1703843287620,08092a802e7bec5309059df1c2624c6e9d5bdf5d4468293812064f447a1a7ce1
manifest.json,1703843287620,c12dd51ed2c8ac94acf3c25d1f0c541d667c90c8557ac43cb42d0a6df086bd7f
robots.txt,1703843287620,93c0b9bd95d88537a1eb1706bcef9954bdb305674f33c5aeb7549eba0d5af7c9
static/js/787.219110d8.chunk.js,1703843300180,d06a4f870907c32b5847643530dcc88256e4b728bfacd3e04ef9f47e19112684
static/js/787.219110d8.chunk.js.map,1703843300180,d5ee4ad43c81fa0dbac17f7d67557de49cdd9277f2245d39d2d88b141c9dc071
static/js/main.fd3b9446.js.LICENSE.txt,1703843300180,9f937641e8a9ee34d51d46887691109da83a20ed71b908c7d617f1cb77d6f85d
static/css/main.62d3213f.css,1703843300180,af23472e44deb35bdfeb0b7390ce8efd2acc86442b9d839559906304abfd475b
static/js/main.fd3b9446.js,1703843300180,d15d677eb10b22cd0f046e28832ddcc406f1f1459c5eff6b3f9b8b6ab4dea6f4
static/css/main.62d3213f.css.map,1703843300180,6e4c33d98b511b92556a7c828f4711cc1456bbcd65f87796e58b2b47a51a30d2
static/js/main.fd3b9446.js.map,1703843300180,2f8b0eba51d2ad37fef0474f7f10394eb22b86939b1d672fd740a8a221603d21

View File

@ -178,7 +178,7 @@ const db = getFirestore(getApp());
<p>{incident.submitter}</p>
<h3>What caused Ray's moment?:</h3>
<p>{incident.context}</p>
<h2>What word's did Ray use this time?:</h2>
<h3>What word's did Ray use this time?:</h3>
<p>{incident.selectedOptions}</p>
</div>
))}