Skip to content

Commit

Permalink
Remove border
Browse files Browse the repository at this point in the history
  • Loading branch information
j-norwood-young committed May 29, 2024
1 parent 08a86b9 commit e2816a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions election-engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Visualisations for the South African general elections.
* Requires at least: 6.1
* Requires PHP: 7.0
* Version: 0.7.1
* Version: 0.7.2
* Author: 10Layer
* License: GPL-2.0-or-later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -18,7 +18,7 @@
exit; // Exit if accessed directly.
}

define("ELECTIONENGINE_VERSION", '0.7.1');
define("ELECTIONENGINE_VERSION", '0.7.2');
define("ELECTIONENGINE_DIST_DIR", __DIR__ . '/packages/election-engine-wordpress-block/dist/');
define("ELECTIONENGINE_DIST_URL", plugins_url('packages/election-engine-wordpress-block/dist/', __FILE__));
define("ELECTIONENGINE_BLOCK_NAME", 'tenlayer/election-engine');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "election-engine",
"version": "0.7.1",
"version": "0.7.2",
"description": "A South African elections Wordpress plugin written for Daily Maverick",
"private": true,
"workspaces": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
position: relative;
width: 100%;
height: 100%;
border: 1px solid #ccc;
border-radius: 6px;
/* border: 1px solid #ccc; */
/* border-radius: 6px; */
}
</style>

0 comments on commit e2816a1

Please sign in to comment.