Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
QuvonchbekBobojonov committed Mar 25, 2024
1 parent c94844c commit 8fb474a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/about/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function About() {
<div className="col scroll-animation" data-animation="fade_from_right">
<ul>
<li>Tel: +998957090180</li>
<li>Email: [email protected]</li>
<li>Email: [email protected]</li>
<li>ZIP code: 221209</li>
<li>Manzil: Uzbekistan, Xorazm, Yangibozor, Chubalanchi</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/contact/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function Contact() {
<span>bog'lanish!</span>
</h1>
</div>
<h3 className="scroll-animation" data-animation="fade_from_bottom">[email protected]</h3>
<h3 className="scroll-animation" data-animation="fade_from_bottom">[email protected]</h3>
{/* eslint-disable-next-line react/no-unescaped-entities */}
{error && <p className="alert alert-danger messenger-box-contact__msg" role="alert">Belgilangan
maydonlarni to'ldiring.</p>}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/left-sidebar-mobile/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function LeftSidebarMobile() {
<span className="designation"></span>
</div>
<img className="me" src={meImage} alt="Me" />
<h2 className="email">[email protected]</h2>
<h2 className="email">[email protected]</h2>
<h2 className="address">Uzbekistan, Xorazm, Yangibozor</h2>
<p className="copyright">&copy; {new Date().getFullYear()} Moorfo. Barcha huquqlar himoyalangan</p>
<ul className="social-profile d-flex align-items-center flex-wrap justify-content-center">
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/left-sidebar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function LeftSidebar() {
<span className="designation">Software Engineer</span>
</div>
<img className="me" src={meImage} alt="Me" />
<h2 className="email">[email protected]</h2>
<h2 className="email">[email protected]</h2>
<h2 className="address">Uzbekistan, Xorazm, Yangibozor</h2>
<p className="copyright">&copy; {new Date().getFullYear()} Moorfo. Barcha huquqlar himoyalangan</p>
<ul className="social-profile d-flex align-items-center flex-wrap justify-content-center">
Expand Down

0 comments on commit 8fb474a

Please sign in to comment.