Skip to content

Commit

Permalink
🆙 update welcome page url
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Oct 7, 2019
1 parent a32df99 commit c7e1efe
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 59 deletions.
109 changes: 52 additions & 57 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion WELCOME.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![](extras/graphics/banner.png)

## Aye, Welcome
## Ahoy

- This is welcome page
2 changes: 1 addition & 1 deletion background-js/src/Background.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fun main() {
chrome.runtime.onInstalled.addListener {
console.log("Installed yeah!!")
val tab = Tab {
url = "https://google.com"
url = "https://github.com/theapache64/source-pilot/blob/master/WELCOME.md#ahoy"
}
chrome.tabs.create(tab) {
println("Tab created ${it.url}")
Expand Down

0 comments on commit c7e1efe

Please sign in to comment.