Skip to content

Commit

Permalink
SI @1618744365144 ms + title="OPEN / AI">{{ $store.getters.isPaused ?…
Browse files Browse the repository at this point in the history
… 'OPEN' : 'AI' }}</span></router-link>
  • Loading branch information
stefian committed Apr 18, 2021
1 parent 7ef029b commit 8f00037
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projects": {
"default": "myagileai"
"default": "myopenai"
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# My Agile AI App
# My Open/AI Ideator, Automator, Monetizer App

natural collaboration engine / social monetization protocol - PoC

Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>My Agile AI PoC</title>
<title>My Open/AI PoC</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- <script src="lib/codemirror.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/components/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
$store.commit('togglePause',{value:false,src:'header'}):
$store.commit('togglePause',{value:true,src:'header'})
"
title="Agile <> AI">{{ $store.getters.isPaused ? 'AGILE' : 'AI' }}</span></router-link>
title="OPEN / AI">{{ $store.getters.isPaused ? 'OPEN' : 'AI' }}</span></router-link>
</div>
<div class="center">
<router-link to="/"><span title="Ideator > Automator > Monetizer" @click="$store.commit('nextView')">{{ $store.getters.view }}</span></router-link>
Expand Down

0 comments on commit 8f00037

Please sign in to comment.