nodebb-plugin-sso-biogrenci 2.0.8 → 2.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-sso-biogrenci",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "bi'öğrenci öğrenci fırsatları sayfası for NodeBB",
5
5
  "main": "library.js",
6
6
  "keywords": [
@@ -106,7 +106,7 @@ define('forum/biogrenci-firsatlar', [], function () {
106
106
  var icon = it.type === 'kupon' ? 'ticket' : it.type === 'qr' ? 'qrcode' : 'external-link';
107
107
  var left = days(it.end_date);
108
108
  var btn = it.button_text || 'Fırsata Git';
109
- var url = 'https://biogrenci.com/firsatlar/' + it.slug;
109
+ var url = 'https://biogrenci.com/firsat/' + it.slug;
110
110
 
111
111
  return '<a href="' + url + '" target="_blank" rel="noopener" class="bio-card' + (it.is_featured ? ' featured' : '') + '">' +
112
112
  '<div class="bio-card-img">' +