Skip to content

Commit

Permalink
update: todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
lareii committed Jan 9, 2024
1 parent bf53907 commit e61c5c0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,11 @@ export default {
<div class="flex max-sm:flex-col gap-3 mb-3">
<TheWindow class="sm:basis-1/3" :decorations="1" color="quaternary" title="todo_list.md">
<div class="font-bold h-40 overflow-y-auto no-scrollbar">
<div>- <s>birth</s></div>
<div>- <s>learn</s></div>
<div>- <s>born</s></div>
<div>- <s>explore</s></div>
<div>- <s>study</s></div>
<div>- university</div>
<div>- career</div>
<div>- <s>learn</s></div>
<div>- study</div>
<div>- work</div>
<div>- love</div>
<div>- die</div>
</div>
</TheWindow>
Expand Down

0 comments on commit e61c5c0

Please sign in to comment.