Skip to content

Commit

Permalink
feat: publish ecommerce course
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoSM committed Jan 21, 2024
1 parent 7119144 commit c9eb614
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
9 changes: 9 additions & 0 deletions apps/app/components/atoms/AppIconButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ const apps: { [key: string]: { url: string } } = {
html: {
url: "https://developer.mozilla.org/pt-BR/docs/Web/HTML?utm_source=menthor.io",
},
medusajs: {
url: "https://medusajs.com/?utm_source=menthor.io",
},
render: {
url: "https://render.com/?utm_source=menthor.io",
},
nuxt: {
url: "https://nuxt.com/?utm_source=menthor.io",
},
};
</script>

Expand Down
2 changes: 1 addition & 1 deletion apps/app/components/content/ProseCode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ onMounted(() => {
hasExpand = false;
expanded = true;
"
class="absolute bottom-0 left-0 w-full h-[70px] rounded-bl-lg rounded-br-lg bg-gradient-to-t from-white flex items-center justify-center text-sm text-gray-500 cursor-pointer hover:text-gray-950 transition"
class="absolute bottom-0 left-0 w-full h-[70px] rounded-bl-lg rounded-br-lg bg-gradient-to-t from-white to-white/80 flex items-center justify-center text-sm text-gray-500 cursor-pointer hover:text-gray-950 transition"
>
Clique aqui para expandir
</div>
Expand Down
3 changes: 3 additions & 0 deletions apps/app/public/app/logos/medusajs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions apps/app/public/app/logos/nuxt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions apps/app/public/app/logos/render.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c9eb614

Please sign in to comment.