Skip to content

Commit

Permalink
exp improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
janfjohannes committed May 22, 2024
1 parent 1031b64 commit 3366f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lix/packages/exp/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
const host = 'https://git.local'
const repos = {
gitserver: 'https://ignored.domain/direct/git.local/opral/example.git',
gitserver: 'https://ignored.domain/direct/git.local/jan/example.git',
test: host + '/git/localhost:8089/janfjohannes/ci-test-repo.git',
'cal.com': 'https://ignored.domain/direct/git.local/jan/cal.com'
}
Expand Down Expand Up @@ -364,7 +364,7 @@
box-sizing: border-box;
padding: 38px;
padding-left: 55px;
width: 355px;
width: 381px;
background: hsl(218 19% 4% / 1);
border: 1px solid #323232;
}
Expand Down

0 comments on commit 3366f68

Please sign in to comment.