Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capitalising component names #5

Open
dofbi opened this issue Nov 13, 2023 · 0 comments
Open

Capitalising component names #5

dofbi opened this issue Nov 13, 2023 · 0 comments

Comments

@dofbi
Copy link

dofbi commented Nov 13, 2023

⚠️ Capitalising component names

---
import layout from "../layouts/mainLayout.astro";
<layout data-astro-cid-j7pv25f6="">
  <div class="profile" data-astro-cid-j7pv25f6="">
    <img src="https://i.imgur.com/JPGFE75.jpg" class="profile__picture" alt="Frau Katerina's headshot." width="100px" height="100px" data-astro-cid-j7pv25f6="">
    <div class="profile__details" data-astro-cid-j7pv25f6="">
      <h1 data-astro-cid-j7pv25f6="">Frau Katerina</h1>
      <h2 data-astro-cid-j7pv25f6="">VP of Engineering at Goooogle</h2>
      <p data-astro-cid-j7pv25f6="">
        Helping developers be excellent and succeed at building scalable products
      </p>
    </div>
  </div>
</layout>
---
import Layout from "../layouts/mainLayout.astro";
- <layout data-astro-cid-j7pv25f6="">
+ <main>
  <div class="profile" data-astro-cid-j7pv25f6="">
    <img src="https://i.imgur.com/JPGFE75.jpg" class="profile__picture" alt="Frau Katerina's headshot." width="100px" height="100px" data-astro-cid-j7pv25f6="">
  <div class="profile__details" data-astro-cid-j7pv25f6="">
    <h1 data-astro-cid-j7pv25f6="">Frau Katerina</h1>
    <h2 data-astro-cid-j7pv25f6="">VP of Engineering at Goooogle</h2>
    <p data-astro-cid-j7pv25f6="">
      Helping developers be excellent and succeed at building scalable products
    </p>
  </div>
  </div>
+ </main>
- </layout>

Is the difference in rendering due to Astro ?

Astro                    v3.5.3
Node                     v18.17.1
System                   Linux (x64)
Package Manager          pnpm
Output                   static
Adapter                  none
Integrations             none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant