Jelajahi Sumber

changed add_notification-button position

kaoritokashiki 6 tahun lalu
induk
melakukan
718048b445

+ 5 - 5
src/client/js/components/Admin/Notification/GlobalNotification.jsx

@@ -92,11 +92,11 @@ class GlobalNotification extends React.Component {
           </div>
         </div>
 
-        <a href="/admin/global-notification/new">
-          <p className="btn btn-default">{t('notification_setting.add_notification')}</p>
-        </a>
-
-        <h2 className="border-bottom mb-5">{t('notification_setting.notification_list')}</h2>
+        <h2 className="border-bottom mb-5">{t('notification_setting.notification_list')}
+          <a href="/admin/global-notification/new">
+            <p className="btn btn-default pull-right">{t('notification_setting.add_notification')}</p>
+          </a>
+        </h2>
 
         <table className="table table-bordered">
           <thead>