Skip to content

Commit

Permalink
renaming fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Sep 29, 2023
1 parent 4134ba6 commit d403676
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dora-the-explorer
# dora
EXECUTABLE=explorer
WINDOWS=$(EXECUTABLE)_windows_amd64.exe
LINUX=$(EXECUTABLE)_linux_amd64
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Badge](https://github.com/pk910/dora/actions/workflows/build-master.yml/badge.svg)](https://github.com/pk910/dora/actions?query=workflow%3A%22Build+master%22)
[![Go Report Card](https://goreportcard.com/badge/github.com/pk910/dora)](https://goreportcard.com/report/github.com/pk910/dora)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/pk910/dora-the-explorer?label=Latest%20Release)](https://github.com/pk910/dora/releases/latest)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/pk910/dora?label=Latest%20Release)](https://github.com/pk910/dora/releases/latest)

## What is this?
This is a lightweight beaconchain explorer.
Expand Down
2 changes: 1 addition & 1 deletion templates/_layout/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<footer class="container">
<div class="text-center row justify-content-center">
<div class="col-12">
<span>Powered by <a href="https://github.com/pk910/dora" target="_blank">pk910/dora-the-explorer</a> | {{ .Version }}
<span>Powered by <a href="https://github.com/pk910/dora" target="_blank">pk910/dora</a> | {{ .Version }}
</div>
</div>
</footer>
Expand Down

0 comments on commit d403676

Please sign in to comment.