Skip to content

Commit

Permalink
add fallback text when student is not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Joabesv committed Dec 15, 2024
1 parent 469dfa2 commit d851f38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/components/Teachers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
{{ pratica }}
</a>
</div>
<div v-else-if="!teoria && !pratica" class="mt-1.5 text-xs font-bold uppercase cursor-pointer">
<a
class="ReviewTeacher text-amber-500 hover:text-amber-600 ReviewTeacher"
>
Professor não registrado pela UFABC
</a>
</div>
</template>

<script setup lang="ts">
Expand Down
3 changes: 2 additions & 1 deletion wxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export default defineConfig({
modules: ["@wxt-dev/module-vue"],
manifest: {
permissions: ["storage"],
// key: "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlg7ae7OuGQW9cQU3/qbuewZ6DdTjc1yDXtiwdwoOwgF/CByfjX+yf4addlXcxnLjXVBWwSvRj78mv03lLBjkeh63ia4t/BIzzzvciZyZAKEasC5rt0M6+MKVbkKQS9JGGVFsBiBQcQ6kUP8R4cpWX1G9uEhnshdF+u4Nrs7gq9uXIPZ4pf9PhI/IsPyAsv0m5uO4EHhIMtAp8pFyJfECWWSLchlBoGlaaCyf+fT6SYDsWaw53AcwT5jOJfxdQsoGRKGI5UW8V9+Mw+EDdpTpi7f8E5k604EMqZwmzhYLiXcuUqxeXbNZkyTsUNHXTQFcpNUdmisfjiT50kcxVZVc9wIDAQAB",
// this is not a secret, is google public hash to validate the extensionId
key: "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlg7ae7OuGQW9cQU3/qbuewZ6DdTjc1yDXtiwdwoOwgF/CByfjX+yf4addlXcxnLjXVBWwSvRj78mv03lLBjkeh63ia4t/BIzzzvciZyZAKEasC5rt0M6+MKVbkKQS9JGGVFsBiBQcQ6kUP8R4cpWX1G9uEhnshdF+u4Nrs7gq9uXIPZ4pf9PhI/IsPyAsv0m5uO4EHhIMtAp8pFyJfECWWSLchlBoGlaaCyf+fT6SYDsWaw53AcwT5jOJfxdQsoGRKGI5UW8V9+Mw+EDdpTpi7f8E5k604EMqZwmzhYLiXcuUqxeXbNZkyTsUNHXTQFcpNUdmisfjiT50kcxVZVc9wIDAQAB",
},
vite: () => ({
plugins: [
Expand Down

0 comments on commit d851f38

Please sign in to comment.