Skip to content

Commit

Permalink
Update main pic
Browse files Browse the repository at this point in the history
  • Loading branch information
ParadoxZero committed Sep 28, 2024
1 parent 38f6cc6 commit f89f0b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added public/church.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/pages/home.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';

import bibleSrc from '../assets/bible1.jpg';
import churchSrc from '../assets/church.jpg';
import bible2Src from '../assets/bible2.jpg';
import crossSrc from '../assets/cross.jpg';

Expand Down Expand Up @@ -61,7 +61,7 @@ export class Home extends React.Component<HomeProps> {
return (
<Carousel arrows style={{ margin: 0 }} dotPosition='top'>
<div>
{carhousel_item(bibleSrc, "St. George Orthodox Church", "Dwarka, New Delhi")}
{carhousel_item(churchSrc, "St. George Orthodox Church", "Dwarka, New Delhi")}
</div>
<div>
{carhousel_item(bible2Src, "'He who seeks shall find'", "John 15:2")}
Expand Down

0 comments on commit f89f0b1

Please sign in to comment.