Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Oct 2, 2023
1 parent babaafc commit caf2b89
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
<script type="module" crossorigin src="./assets/index-c62790bc.js"></script>
<link rel="stylesheet" href="./assets/index-da54ef81.css">
<script type="module" crossorigin src="./assets/index-cbc3acf7.js"></script>
<link rel="stylesheet" href="./assets/index-05dc69e1.css">
</head>
<body>
<div id="app"></div>
Expand Down
8 changes: 4 additions & 4 deletions src/docs/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,22 +99,22 @@ async function doAttention(name: keyof typeof attentionFunctions) {
</div>

<div class="mt-5 d-flex justify-content-center gap-3">
<a href="https://github.com/asika32764/vue-animate.css" target="_blank"
<a href="https://github.com/asika32764/vue-animate" target="_blank"
class="btn btn-light px-4">
<i class="fab fa-github"></i>
GitHub
</a>
<a href="https://github.com/asika32764/vue-animate.css" target="_blank"
<a href="https://www.npmjs.com/package/@asika32764/vue-animate" target="_blank"
class="btn btn-light px-4">
<i class="fab fa-npm"></i>
NPM
</a>
<a href="https://github.com/asika32764/vue-animate.css#readme" target="_blank"
<a href="https://github.com/asika32764/vue-animate#readme" target="_blank"
class="btn btn-light px-4">
<i class="fa fa-book"></i>
Documentation
</a>
<a href="https://github.com/asika32764/vue-animate.css#readme" target="_blank"
<a href="https://github.com/asika32764/vue-animate#readme" target="_blank"
class="btn btn-light px-4">
<i class="fa fa-scale-balanced"></i>
MIT License
Expand Down

0 comments on commit caf2b89

Please sign in to comment.