Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Jan 22, 2024
1 parent 28c74f2 commit 146841d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/ui/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const {title} = Astro.props
<script>
const environment = import.meta.env.PROD ? 'production' : 'development'
const pkgVersion = import.meta.env.PUBLIC_VERSION
console.log({environment, pkgVersion})
window.sentryOnLoad = function() {
Sentry.init({
environment,
Expand Down
2 changes: 1 addition & 1 deletion src/ui/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ h2 {
.Split {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 5%;
grid-gap: 2vw;
}

.EnergyBadge {
Expand Down
2 changes: 1 addition & 1 deletion src/ui/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@import './tooltipped.css';

:root {
--card-width: 11em;
--card-width: 10em;
--card-height: 17em;
--yellow: #ffc107;
--teal: #116f54;
Expand Down

1 comment on commit 146841d

@vercel
Copy link

@vercel vercel bot commented on 146841d Jan 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

slaytheweb – ./

slaytheweb.vercel.app
slaytheweb-oskar.vercel.app
slaytheweb-git-main-oskar.vercel.app
slaytheweb.cards

Please sign in to comment.