Skip to content

Commit

Permalink
prices added
Browse files Browse the repository at this point in the history
  • Loading branch information
neSpecc committed Dec 21, 2024
1 parent e22d3e3 commit 7fe7703
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions components/site-footer.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
<template>
<div class="footer">
<div class="footer__inner">
<div class="footer__inner-text-1">Hawk</div>
<div class="footer__inner-text-2">© 2018—2024</div>
<div class="footer__inner-text-1">
Hawk
</div>
<div class="footer__inner-text-2">
© 2018—2024
</div>
<a href="https://codex.so/hawk-overview">О проекте</a>
<a href="https://docs.hawk.so/hawk">Документация</a>
<a href="/pricing.pdf" target="_blank">Цены</a>
</div>
</div>
</template>
Expand Down
3 changes: 2 additions & 1 deletion components/site-header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
Хоук
</a>
<div class="site-header__menu">
<a href="https://docs.hawk.so/">Документация</a>
<a href="https://codex.so/hawk-overview">О проекте</a>
<a href="https://docs.hawk.so/">Документация</a>
<a href="/pricing.pdf" target="_blank">Цены</a>
</div>
<a
href="https://github.com/codex-team/hawk.mono"
Expand Down

0 comments on commit 7fe7703

Please sign in to comment.