Skip to content

Commit

Permalink
cleanup: add Deno to Technologies and Credits page
Browse files Browse the repository at this point in the history
Since we are using Deno for our RSS Feed for Updates and the Contributors
page, I believe we should add Deno to the Technologies and Credits page.
  • Loading branch information
GabsEdits committed Oct 14, 2024
1 parent 31627a2 commit 4b4e1cb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
11 changes: 11 additions & 0 deletions public/assets/images/orgs/deno.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions src/views/TechnologiesAndCredits.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>
</div>
</template>

<script lang="ts">
import { defineComponent } from 'vue';
Expand Down Expand Up @@ -109,6 +109,15 @@ export default defineComponent({
title: 'Vue.js',
description: 'The Progressive JavaScript Framework.',
},
{
icon: '/assets/images/orgs/deno.svg',
iconAsImage: true,
to: 'https://deno.com/',
extLink: true,
type: "clickable",
title: 'Deno',
description: 'A modern runtime for JavaScript and TypeScript. ',
},
],
};
},
Expand All @@ -118,4 +127,4 @@ export default defineComponent({
},
},
});
</script>
</script>

0 comments on commit 4b4e1cb

Please sign in to comment.