File tree Expand file tree Collapse file tree 7 files changed +16
-16
lines changed
Expand file tree Collapse file tree 7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default function GithubBreakdown() {
1010 < div className = "chart" id = "commits-breakdown" >
1111 < h3 >
1212 < img
13- src = "../../../ dist/images/GitHub.png"
13+ src = "../dist/images/GitHub.png"
1414 alt = "github"
1515 />
1616 < div >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default function GithubCommits() {
1010 < div className = "chart" id = "total-commits" >
1111 < h3 >
1212 < img
13- src = "../../../ dist/images/GitHub.png"
13+ src = "../dist/images/GitHub.png"
1414 alt = "github"
1515 />
1616 < div >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default function Issues() {
1010 < div className = "chart" id = "issues" >
1111 < h3 >
1212 < img
13- src = "../../../ dist/images/GitHub.png"
13+ src = "../dist/images/GitHub.png"
1414 alt = "github"
1515 />
1616 < div >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default function PullRequests() {
1010 < div className = "chart" >
1111 < h3 >
1212 < img
13- src = "../../../ dist/images/GitHub.png"
13+ src = "../dist/images/GitHub.png"
1414 alt = "github"
1515 />
1616 < div >
Original file line number Diff line number Diff line change @@ -125,63 +125,63 @@ export default function StatusTable() {
125125 < th >
126126 < img
127127 className = "brand-logo"
128- src = "../../../ dist/images/ij.png"
128+ src = "../dist/images/ij.png"
129129 alt = "InfoJobs Logo"
130130 />
131131 </ th >
132132 < th >
133133 < img
134134 className = "brand-logo"
135- src = "../../../ dist/images/ma.png"
135+ src = "../dist/images/ma.png"
136136 alt = "Milanuncios Logo"
137137 />
138138 </ th >
139139 < th >
140140 < img
141141 className = "brand-logo"
142- src = "../../../ dist/images/cn.png"
142+ src = "../dist/images/cn.png"
143143 alt = "Coches.net Logo"
144144 />
145145 </ th >
146146 < th >
147147 < img
148148 className = "brand-logo"
149- src = "../../../ dist/images/cf.png"
149+ src = "../dist/images/cf.png"
150150 alt = "CarFactory Logo"
151151 />
152152 </ th >
153153 < th >
154154 < img
155155 className = "brand-logo"
156- src = "../../../ dist/images/ep.png"
156+ src = "../dist/images/ep.png"
157157 alt = "ePreselec Logo"
158158 />
159159 </ th >
160160 < th >
161161 < img
162162 className = "brand-logo"
163- src = "../../../ dist/images/fc.png"
163+ src = "../dist/images/fc.png"
164164 alt = "Fotocasa Logo"
165165 />
166166 </ th >
167167 < th >
168168 < img
169169 className = "brand-logo"
170- src = "../../../ dist/images/ot.png"
170+ src = "../dist/images/ot.png"
171171 alt = "OneTool Logo"
172172 />
173173 </ th >
174174 < th >
175175 < img
176176 className = "brand-logo"
177- src = "../../../ dist/images/hb.png"
177+ src = "../dist/images/hb.png"
178178 alt = "habitaclia Logo"
179179 />
180180 </ th >
181181 < th >
182182 < img
183183 className = "brand-logo"
184- src = "../../../ dist/images/adit.png"
184+ src = "../dist/images/adit.png"
185185 alt = "Advertising Logo"
186186 />
187187 </ th >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default function ChartsSection() {
1010 < div className = "chart" >
1111 < h3 >
1212 < img
13- src = "../../../ dist/images/tests.png"
13+ src = "../dist/images/tests.png"
1414 alt = "tests"
1515 />
1616 < div >
@@ -35,7 +35,7 @@ export default function ChartsSection() {
3535 < div className = "chart" >
3636 < h3 >
3737 < img
38- src = "../../../ dist/images/tests.png"
38+ src = "../dist/images/tests.png"
3939 alt = "tests"
4040 />
4141 < div >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export default function UseRatio() {
55 < >
66 < h3 >
77 < img
8- src = "../../../ dist/images/sui-logo.png"
8+ src = "../dist/images/sui-logo.png"
99 alt = "SUI Logo"
1010 />
1111 < div >
You can’t perform that action at this time.
0 commit comments