Skip to content

Commit 8d4da9b

Browse files
committed
done with react nav bar
1 parent 62ef3c6 commit 8d4da9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/create-nav-and-header-1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ const LandingHeader = ({ imgURL, text = "" }) => {
5959
export default LandingHeader
6060
```
6161

62-
🌞 This is a `div` with a custom style to allow the image to sit in the background of the component. Tailwind CSS has directive and plugins for this sort of thing, however I left this out and went the vanilla route. Do not be scared to code!
62+
🌞 This is a `div` with a custom style to allow the image to sit in the background of the component. Tailwind CSS has directives and plugins for this sort of thing, however I left this out and went the vanilla route. Do not be scared to code!
6363

6464
🌞 Then we have Vanilla CSS styles for this component as you are unable to replicate this in TailwindCSS.
6565

66-
🌞 Lastly, we have two props for the image URL and whatever text you want to put in the H1.
66+
🌞 Lastly, we have two props for the image URL and whatever text you want to put in the `H1`.
6767

6868
Once you're done it should look like this:
6969

0 commit comments

Comments
 (0)