Skip to content

Commit ceb2f8a

Browse files
committed
title
1 parent beb53c2 commit ceb2f8a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/App.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ const App = ({ carouselData, suggestionsData }) => {
66
return (
77
<div style={{ backgroundColor: 'var(--color-main-bg)' }}>
88
{/* Carousel Section */}
9+
<h2
10+
style={{
11+
color: 'var(--color-main-text)',
12+
textAlign: 'left',
13+
marginBottom: '20px',
14+
}}
15+
>
16+
The General User Model Based Operator (GUMBO)
17+
</h2>
918

1019
{/* App Section */}
1120
<div

src/components/SuggestionsPage.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import SuggestionItem from './SuggestionItem';
33

44
const SuggestionsPage = ({ suggestionsData }) => {
55
return (
6+
67
<div
78
className="page-content"
89
style={{

0 commit comments

Comments
 (0)