Skip to content

Commit

Permalink
Add title and fix indy logo svg
Browse files Browse the repository at this point in the history
  • Loading branch information
cr0wst committed Dec 30, 2024
1 parent f37dda4 commit cdd4fc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 29 deletions.
31 changes: 2 additions & 29 deletions src/lib/IndyLogo.svelte
Original file line number Diff line number Diff line change
@@ -1,36 +1,9 @@
<svg
viewBox="0 0 1326 373"
fill="none"
version="1.1"
id="svg25"
sodipodi:docname="Stacked=No.svg"
inkscape:version="1.2.2 (732a01da63, 2022-12-09)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview27"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="0.92609351"
inkscape:cx="568.5171"
inkscape:cy="187.34609"
inkscape:window-width="2558"
inkscape:window-height="1360"
inkscape:window-x="-7"
inkscape:window-y="1080"
inkscape:window-maximized="0"
inkscape:current-layer="svg25" />
<g
clip-path="url(#clip0_28_213)"
id="g18">
xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_28_213)">
<mask
id="mask0_28_213"
style="mask-type:alpha"
Expand Down
4 changes: 4 additions & 0 deletions src/routes/restrictions/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
const { data } = $props();
</script>

<svelte:head>
<title>ICCT - Restrictions</title>
</svelte:head>

<div class="text-center">
<table>
<thead>
Expand Down

0 comments on commit cdd4fc5

Please sign in to comment.