Skip to content

Commit

Permalink
Merge branch 'main' into publishProgramHemsedal
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaBonde committed Aug 22, 2024
2 parents ac884b7 + 5a11c93 commit b42f633
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
27 changes: 27 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## Short Description

Please provide a brief summary of the changes you’ve made. Explain the purpose of the changes.

---

## Visual Overview (Image/Video)

If applicable, please include screenshots or a short video showcasing the changes you have made.

*Insert images or videos here.*

---

## Checklist

Please ensure that you’ve completed the following checkpoints before submitting your pull request:

- [ ] **Documentation**: Relevant documentation has been added or updated (if applicable).
- [ ] **Testing**: Have you tested your changes thoroughly?
- Please list the types of tests you've run (unit, integration, manual, etc.):

---

## Additional Notes

Other comments relevant to this pull request.
3 changes: 0 additions & 3 deletions src/hemsedal24/components/Hero.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import styles from "./Hero.module.css";

import blob from "../images/blob.svg";
import retreatmobile from "../images/retreatmobile.svg"
import retreat from "../images/Retreatclub-fyri-solbaddar.svg"
import hemsedalHero2 from "../images/hemsedalhero2.svg"



export default function Hero({mobile}: {mobile:boolean}) {
return <section id="hero">
<div className={styles.container}>
Expand Down
Empty file.

0 comments on commit b42f633

Please sign in to comment.