Skip to content

Commit

Permalink
refactor: update cv link
Browse files Browse the repository at this point in the history
  • Loading branch information
pravastacaraka committed Aug 23, 2021
1 parent 73a0ab5 commit e304065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/404.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function NotFoundPage() {
flexDir="column"
minH={{
base: "calc(100vh - var(--chakra-space-32) - 232px)",
md: "calc(100vh - var(--chakra-space-32) - 168px)",
md: "calc(100vh - var(--chakra-space-32) - 200px)",
}}
>
<Head>
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function Home() {

<HStack justify="center" spacing={3}>
<NextChakraLinkButton
href="https://bit.ly/3xR1sbX"
href="http://link.pravastacaraka.my.id/cv-2021"
minW={{ md: 40 }}
rightIcon={<Icon as={HiOutlineDocumentDownload} />}
variant="outline"
Expand Down

0 comments on commit e304065

Please sign in to comment.