Skip to content

Commit

Permalink
feat: display email and blog url at resume kbar
Browse files Browse the repository at this point in the history
  • Loading branch information
hyesungoh committed Apr 18, 2022
1 parent 84a0f8e commit 0493d32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/resume/src/constants/KbarActions/KbarActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function generateKbarAction() {
pushLeftWhenValid(blogUrl, {
id: 'blog',
name: 'Blog',
subtitle: blogUrl,
section: 'Social',
shortcut: [],
keywords: 'blog, article, post',
Expand All @@ -28,6 +29,7 @@ function generateKbarAction() {
pushLeftWhenValid(email, {
id: 'email',
name: 'Email',
subtitle: email,
section: 'Social',
shortcut: [],
keywords: 'contact, email, mail',
Expand Down

0 comments on commit 0493d32

Please sign in to comment.