Skip to content

Commit

Permalink
Merge pull request #39 from yeonjulee1005/develop
Browse files Browse the repository at this point in the history
🦕 [version: 1.13.0] push to master
  • Loading branch information
yeonjulee1005 committed Feb 4, 2024
2 parents 8c61c51 + cfa4526 commit 96f1dd2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Built with Astro](https://astro.badg.es/v2/built-with-astro/medium.svg)](https://astro.build)

#### Current Version: 1.12.0
#### Current Version: 1.13.0

## Using Stack

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dewdew-world",
"type": "module",
"version": "1.12.0",
"version": "1.13.0",
"scripts": {
"dev": "astro dev --port 4001",
"start": "astro dev",
Expand Down
2 changes: 1 addition & 1 deletion src/components/header/Desktop.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ getRelativeLocaleUrl('en', 'about')
height={30}
quality={80}
loading='lazy'
alt='dewdew'
alt='logo-desktop'
/>
</Link>
<div class='flex-auto' />
Expand Down
2 changes: 1 addition & 1 deletion src/components/header/Mobile.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ getRelativeLocaleUrl('en', 'about')
height={30}
quality={80}
loading='lazy'
alt='dewdew'
alt='logo-mobile'
/>
</Link>
<div class='flex-auto' />
Expand Down
3 changes: 2 additions & 1 deletion src/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ const usesHardware: UsesItem[] = [
{ name: 'MacBook Pro 13-inch, M2 Pro 32GB', link: 'https://www.apple.com/macbook-pro/' },
{ name: 'HHKB Professional Hybrid Type-S', link: 'https://happyhackingkb.com/' },
{ name: 'Logitech MX Master 3', link: 'https://www.logitech.com/ko-kr/products/mice/mx-master-3s-business-wireless-mouse.910-006584.html?sp=2&searchclick=logi' },
{ name: 'LG UltraFine 4K Display', link: 'https://www.lg.com/us/4k-monitors' },
{ name: 'LG UltraFine 4K Display `27', link: 'https://www.lg.com/us/4k-monitors' },
{ name: 'LG UltraFine 4K Display `32', link: 'https://www.lg.com/us/4k-monitors' },
{ name: 'IPad Pro 12.9-inch 3rd Gen', link: 'https://www.apple.com/ipad-pro/' },
{ name: 'Motion Desk Setup 1400x700', link: '/' }
]
Expand Down
2 changes: 1 addition & 1 deletion src/pages/uses.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import List from '@components/uses/List.astro'
import { usesTitle, usesEditor, usesTerminal, usesDesktopApp, usesHardware } from '@data/index'
---
<Layout title='Dewdew | About'>
<Layout title='Dewdew | About' description='Dewdew uses like this'>
<div class='relative mt-8 flex w-screen flex-col items-center justify-between gap-2 px-4 py-2 lg:w-[1000px] lg:px-0'>
<div class='w-screen px-4 text-lg py-5 text-zinc-700 lg:w-[600px] lg:px-0'>
<p class="text-3xl font-bold">
Expand Down

0 comments on commit 96f1dd2

Please sign in to comment.