"Profile" now reads "Active Profile" for clarity

This commit is contained in:
Ryan Breen
2023-01-20 22:53:58 -05:00
parent 5a740d61ef
commit 43c22fed93

View File

@@ -8,7 +8,7 @@
</head>
<body x-data="popup">
<div class="profiles">
<label for="profile">Profile</label>
<label for="profile">Active Profile</label>
<div class="profile-buttons">
<select x-model.number="profileIndex" name="profile" id="profile">
<template x-for="(prof, index) in profileNames" :key="index">