quickabdest/components/pages/AbdestMekruh.js

16 lines
489 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export function AbdestMekruh() {
return (
<>
<h1>Abdestin Mekruhları</h1>
<ul>
<li>Sağ el ile sümkürmek</li>
<li>Abdest âzâlarından birini üç defadan az veya fazla yıkamak</li>
<li>Suyu yüzüne çarpmak</li>
<li>Güneşte ısınmış su ile abdest almak</li>
<li>Suyu çok az kullanmak veya israf etmek</li>
<li>Abdest alırken konuşmak</li>
<li>Sünnetlerini terk etmek</li>
</ul>
</>
);
}