Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Feb 8, 2024
1 parent fd4924b commit b6436f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default (req, res) => {
}

const mapSize = '800,640';
const pp = `${latitude},${longitude};66`;
const pp = `${latitude},${longitude};46`;
const fmt = 'jpeg';
const dpi = 'Large';

Expand Down
2 changes: 1 addition & 1 deletion src/components/ipcheck.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
:aria-label="'Refresh' + card.source">
<i class="bi bi-arrow-clockwise"></i></button>
</div>
<div class="p-3" :class="{
<div class="p-3 placeholder-glow " :class="{
'dark-mode-title': isDarkMode,
'jn-link2-dark': isDarkMode,
'bg-light': !isDarkMode,
Expand Down

0 comments on commit b6436f2

Please sign in to comment.