Skip to content

Commit

Permalink
patch: frontend fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijna-Raghavendra committed Jan 14, 2024
2 parents 3bf44df + 5c74cf1 commit 8d0285f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const maps = await getMaps(user);
<table id="tableComponent" style="display:table; width:100%;">
<thead>
<tr>
<th v-for="field in fields" style="padding:5px;background-color: #ffffff; color: #121212;border-bottom: 1px solid #121212">
<th v-for="field in fields" style="padding:5px;background-color: #ffffff; color: #121212;border-bottom: 1px solid #121212; border-top:1px solid #121212;font-weight: 900;">
<h3>{{ field }}</h3>
</th>
</tr>
Expand Down

0 comments on commit 8d0285f

Please sign in to comment.