Skip to content

Commit 66c305b

Browse files
authored
Merge pull request #471 from rtfpessoa/tweak-css
fix home page link
2 parents d2e3705 + be09a43 commit 66c305b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

website/templates/pages/index/content.handlebars

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@
466466
</footer>
467467
</div>
468468
</div>
469-
469+
470470
<div class="column is-one-quarter-widescreen is-flex">
471471
<div class="box is-flex is-fullwidth is-vertical">
472472
<header>
@@ -481,7 +481,7 @@
481481
</footer>
482482
</div>
483483
</div>
484-
484+
485485
<div class="column is-one-quarter-widescreen is-flex">
486486
<div class="box is-flex is-fullwidth is-vertical">
487487
<header>
@@ -491,8 +491,8 @@
491491
<p>Displays a tabular difference of a csv file or a split difference of any file in an Atom pane</p>
492492
</section>
493493
<footer>
494-
<a href="https://atom.io/packages/git-tabular-diff" target="_blank" rel="noopener"
495-
rel="noreferrer">Website</a>
494+
<a href="https://github.com/jstritch/git-tabular-diff" target="_blank" rel="noopener"
495+
rel="noreferrer">View GitHub</a>
496496
</footer>
497497
</div>
498498
</div>

0 commit comments

Comments
 (0)