Conversation
✅ Deploy Preview for wedancefareed ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
I didn't delete it just renamed it to .env
There was a problem hiding this comment.
you shouldn't rename it. you should copy it.
There was a problem hiding this comment.
as you see in this pull request, it shows that you deleted this file. revert this change.
| </script> | ||
|
|
||
| <style> | ||
| .text { |
There was a problem hiding this comment.
Don't use inline styles. Use Tailwind classes. See how other components are done. Do it similar.
| @@ -1,5 +1,6 @@ | |||
| <template> | |||
| <div> | |||
| <template v-if="!uid"><TOrderButton /></template> | |||
There was a problem hiding this comment.
That's not an order button. Think more abstract.
It's a banner. It functionality should be similar to WTeaser.
| class="w-full mt-4" | ||
| /> | ||
|
|
||
| <TCommunity |
There was a problem hiding this comment.
Make sure you rebase your code on top of main branch.
This code change has nothing to do with your task. Make sure you don't break things.
|
|
||
| export default { | ||
| components: { | ||
| TOrderButton, |
There was a problem hiding this comment.
Nuxt is doing auto-import of components. No need to define components, they are already available.
|
Make a better title and description of this pull request. Include a preview link in description. |
How to test:
Demo: https://wedancefareed.netlify.app/fhareed
Closes #348