Skip to content

Commit

Permalink
feat: add onyx logo
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelFranken committed Apr 23, 2024
1 parent 37a09b3 commit 2153ea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/src/components/content.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const { selectedNodes, hasSelection } = storeToRefs(useCode())
<template>
<div>
<div class="border-b border-color-$figma-color-border mb-4">
<Layout>
<Layout class="flex gap-2">
<i class="i-onyx-logo w-8 h-8" />
<h1 class="text-2xl font-bold mb-4">
Onyx
</h1>
Expand Down

0 comments on commit 2153ea6

Please sign in to comment.