File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 <p >{m [' common.mission.desc' ]()}</p >
3333 </div >
3434 <div class =" ctas" >
35- {#each buttons as { href, cta} ( href ) }
35+ {#each buttons as { href, cta}}
3636 <div >
3737 <Button {href } type ="medium" >{cta }</Button >
3838 </div >
Original file line number Diff line number Diff line change 6868
6969<nav class =" nav" data-test =" site-nav" >
7070 <div class ="nav-items" class:show-nav ={showNav }>
71- {#each navItems as {href, label} ( href ) }
71+ {#each navItems as {href, label}}
7272 <a
7373 href ={href }
7474 class =" nav-link"
Original file line number Diff line number Diff line change 4040 </script >
4141
4242<div class ={cssClass }>
43- {#each socials as { href, cta, src } ( href ) }
43+ {#each socials as { href, cta, src }}
4444 <a {href } data-test ={` social-${cta .toLowerCase ()} ` }>
4545 <img src ={src [type ]} alt ={cta } />
4646 </a >
Original file line number Diff line number Diff line change 6868 {m [' pages.home.overview.header' ]()}
6969 </h2 >
7070
71- {#each overview as over ( over ) }
71+ {#each overview as over }
7272 <p >{@html over }</p >
7373 {/each }
7474
9191 </h2 >
9292
9393 <div class =" button-row" >
94- {#each buttons as { href, cta, dataTest } ( href ) }
94+ {#each buttons as { href, cta, dataTest }}
9595 <Button {href } arrow ={true } dataTest ={dataTest }>
9696 {cta }
9797 </Button >
Original file line number Diff line number Diff line change 5252<PageTitle title ={m [" pages.about.title" ]()} />
5353
5454<Wrapper dataTest =" about-page" >
55- {#each sections as section , index ( section . key ) }
55+ {#each sections as section , index }
5656 <section data-test ={` about-us-${section .key } ` }>
5757 <Panel type =" plain" >
5858 {#if index === 0 }
6161 <h2 >{section .header }</h2 >
6262 {/if }
6363
64- {#each section .paragraphs as paragraph ( paragraph ) }
64+ {#each section .paragraphs as paragraph }
6565 <p >{@html paragraph }</p >
6666 {/each }
6767
Original file line number Diff line number Diff line change 3939 <img alt =" " src =" https://www.paypal.com/en_US/i/scr/pixel.gif" width =" 1" height =" 1" />
4040 </form >
4141
42- {#each buttons as { href, cta } ( href ) }
42+ {#each buttons as { href, cta }}
4343 <Button {href } type ="donate" dataTest ={` donate-${cta .toLowerCase ()} ` }>{cta }</Button >
4444 {/each }
4545 </div >
Original file line number Diff line number Diff line change 5454 <p >{m [" pages.sites.details.paragraphs.2" ]()}</p >
5555
5656 <ul >
57- {#each detailsList as detail ( detail ) }
57+ {#each detailsList as detail }
5858 <li >{detail }</li >
5959 {/each }
6060 </ul >
6666 <h2 >{m [" pages.sites.eligibility.header" ]()}</h2 >
6767 <p >{m [" pages.sites.eligibility.paragraphs.0" ]()}</p >
6868 <ul >
69- {#each eligibilityList as eligibility ( eligibility ) }
69+ {#each eligibilityList as eligibility }
7070 <li >{eligibility }</li >
7171 {/each }
7272 </ul >
8080 <h3 >{m [" pages.sites.locations.subheader" ]()}</h3 >
8181
8282 <div class =" locations" >
83- {#each locations as location ( location ) }
83+ {#each locations as location }
8484 <div class =" location" >
8585 <img
8686 src ={m [` pages.sites.locations.locations.${location }.src ` ]()}
You can’t perform that action at this time.
0 commit comments