You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/pages/Splash.jsx
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
functionSplash(){
2
2
return(
3
-
<div>
4
-
<h3>SPLASH</h3>
5
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>
6
-
</div>
3
+
<article>
4
+
<sectionclass="header center-align">
5
+
<h4>Welcome to Cookbook!</h4>
6
+
<p>This splash page is a work in progress. Here we will display user's publicly shared recipes.</p>
0 commit comments