Skip to content

Commit

Permalink
Fixed versioning and removed old style
Browse files Browse the repository at this point in the history
  • Loading branch information
danniehansen committed Mar 30, 2024
1 parent 867e328 commit 2f36fa5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "activity_timer",
"version": "2.7.5",
"version": "2.8.0",
"author": "Dannie Hansen",
"license": "MIT",
"scripts": {
Expand Down
8 changes: 0 additions & 8 deletions src/pages/DataExporter/Estimates/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -618,14 +618,6 @@ trelloTick().then(() => {
</script>

<style lang="scss" scoped>
.requires-pro {
text-align: center;
p {
margin-top: 0;
}
}
.unauthorized {
max-width: 475px;
text-align: center;
Expand Down
8 changes: 0 additions & 8 deletions src/pages/DataExporter/TimeTracking/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -793,14 +793,6 @@ trelloTick().then(() => {
</script>

<style lang="scss" scoped>
.requires-pro {
text-align: center;
p {
margin-top: 0;
}
}
.unauthorized {
max-width: 475px;
text-align: center;
Expand Down

0 comments on commit 2f36fa5

Please sign in to comment.