Skip to content
Snippets Groups Projects
Commit 3b96a1a2 authored by Jonathan Daggerhart's avatar Jonathan Daggerhart
Browse files

Issue #3356322: Remove Otechie.com support

parent 01616a48
No related branches found
No related tags found
1 merge request!11Issue #3356322: Remove Otechie.com support
......@@ -103,14 +103,6 @@
background-image: url('../images/open_collective.png');
}
.funding-link--otechie {
background: linear-gradient(90deg, gainsboro 0%, gainsboro 25px, whitesmoke 25px, whitesmoke 100%);
}
.funding-link--otechie:before {
background-image: url('../images/custom.png');
background-size: 20px 20px;
}
.funding-link--patreon {
background: linear-gradient(90deg, #f1465a 0%, #f1465a 25px, whitesmoke 25px, whitesmoke 100%);
color: #f1465a;
......
......@@ -9,7 +9,7 @@ use Drupal\funding\Plugin\Funding\FundingProviderBase;
*
* @FundingProvider(
* id = "hirepage",
* label = @Translation("Hirepage (formerly Otechie)"),
* label = @Translation("Hirepage"),
* description = @Translation("Handles processing for the hirepage funding namespace.")
* )
*/
......
<?php
namespace Drupal\funding\Plugin\Funding\Provider;
/**
* Plugin implementation of the funding_provider.
*
* @FundingProvider(
* id = "otechie",
* label = @Translation("Otechie (deprecated)"),
* description = @Translation("Deprecated processing for the otechie funding namespace. Use Hirepage instead.")
* )
*/
class Otechie extends Hirepage {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment