We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6e1f3 commit c83cde8Copy full SHA for c83cde8
2 files changed
src/data/CarouselData.js
@@ -1,5 +1,5 @@
1
export const carouselData = [
2
- "Translate Quran in Your Own Language",
+ "Translate scriptures in Your Own Language",
3
"Explore Hundreds of Translations for each verse"
4
// "Enjoy Productive Discussions"
5
]
src/sections/navbar/Navbar.jsx
@@ -108,7 +108,7 @@ export const NavbarComponent = () => {
108
<FaBookOpenReader></FaBookOpenReader>
109
</div>
110
111
- <Link to='/home' className='tracking-wider text-xl'>Translate Quran</Link>
+ <Link to='/home' className='tracking-wider text-xl'>Scriptures</Link>
112
113
114
</NavbarBrand>
0 commit comments