Skip to content

Commit

Permalink
further changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marwaahmed committed Jan 19, 2023
1 parent 13d270a commit b378805
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/Card.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
const prefix =
'https://github.com/M-L-D-H/Closing-The-Gap-In-Non-Latin-Script-Data/blob/master/PROJECTS/';
$: suffix = url.split('/PROJECTS/')[1];
$: suffix = url.split('/PROJECTS/')[1];
$: jsonLink = prefix + suffix;
</script>

Expand Down
2 changes: 1 addition & 1 deletion src/lib/TimelineView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
</th>
</tr>

<tr class="table-head sticky border-y border-black">
<tr class="table-head sticky border-y border-black bg-[#426B8C]">
<th class="border-black">Project</th>
{#each years as year, i}
<th class="sticky top-0 border-l px-3 pb-1 text-xs border-black"> {year}</th>
Expand Down
3 changes: 3 additions & 0 deletions src/lib/utils.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,7 @@
return -1;
} else return 0;
}
</script>

0 comments on commit b378805

Please sign in to comment.